mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
9 lines
228 B
SYSTEMD
9 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=Unit with BindsTo=
|
||
|
BindsTo=testsuite-57-bound-by.service
|
||
|
After=testsuite-57-bound-by.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sleep infinity
|
||
|
ExecStopPost=systemctl kill --kill-who=main -sRTMIN+1 testsuite-57.service
|