]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-23.units/testsuite-23-binds-to.service
sd-json: make static analyzers shut up
[thirdparty/systemd.git] / test / testsuite-23.units / testsuite-23-binds-to.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Unit with BindsTo=
4 BindsTo=testsuite-23-bound-by.service
5 After=testsuite-23-bound-by.service
6
7 [Service]
8 ExecStart=sleep infinity
9 # --kill-who= (no 'm') to check that the short form is accepted
10 ExecStopPost=systemctl kill --kill-whom=main -sRTMIN+1 testsuite-23.service