1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00
systemd/test/testsuite-52.units/test-honor-first-shutdown.service

12 lines
246 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Honor First Shutdown feature
After=multi-user.target
[Service]
2021-04-25 21:57:27 +03:00
ExecStart=/usr/lib/systemd/tests/testdata/testsuite-52.units/%N.sh
ExecStop=sh -c 'kill -KILL $MAINPID'
FailureAction=reboot
[Install]
WantedBy=multi-user.target