diff options
Diffstat (limited to 'test/end.service')
-rw-r--r-- | test/end.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/end.service b/test/end.service new file mode 100644 index 0000000000..0f04dfeb20 --- /dev/null +++ b/test/end.service @@ -0,0 +1,6 @@ +[Unit] +Description=End the test +After=testsuite.service + +[Service] +ExecStart=/usr/bin/systemctl poweroff --no-block |