1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=Unit with BindsTo= 4BindsTo=testsuite-57-bound-by.service 5After=testsuite-57-bound-by.service 6 7[Service] 8ExecStart=/bin/sleep infinity 9ExecStopPost=systemctl kill --kill-who=main -sRTMIN+1 testsuite-57.service 10