]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-52.units/test-honor-first-shutdown.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / testsuite-52.units / test-honor-first-shutdown.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Honor First Shutdown feature
4 After=multi-user.target
5
6 [Service]
7 ExecStart=/usr/lib/systemd/tests/testdata/testsuite-52.units/%N.sh
8 ExecStop=sh -c 'kill -KILL $MAINPID'
9 FailureAction=reboot
10
11 [Install]
12 WantedBy=multi-user.target