1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Honor First Shutdown feature
4After=multi-user.target
5
6[Service]
7ExecStart=/usr/lib/systemd/tests/testdata/testsuite-52.units/%N.sh
8ExecStop=sh -c 'kill -KILL $MAINPID'
9FailureAction=reboot
10
11[Install]
12WantedBy=multi-user.target
13