]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/units/test-honor-first-shutdown.service
test: use KILL instead of SIGKILL in TEST-52-HONORFIRSTSHUTDOWN
[thirdparty/systemd.git] / test / units / test-honor-first-shutdown.service
index 374f1e6b5f98bcb64e4e40c7b9169ffc2e6ec3af..3170f979e258ecb4fc3c5c0a07a04efab6487c1b 100644 (file)
@@ -4,8 +4,8 @@ After=multi-user.target
 
 [Service]
 ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
-ExecStop=sh -c 'kill -SIGKILL $MAINPID'
+ExecStop=sh -c 'kill -KILL $MAINPID'
 FailureAction=reboot
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target