mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
12 lines
246 B
Desktop File
12 lines
246 B
Desktop File
[Unit]
|
|
Description=Honor First Shutdown feature
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/lib/systemd/tests/testdata/testsuite-52.units/%N.sh
|
|
ExecStop=sh -c 'kill -KILL $MAINPID'
|
|
FailureAction=reboot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|