mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
10 lines
294 B
SYSTEMD
10 lines
294 B
SYSTEMD
|
[Unit]
|
||
|
Description=Stop Propagation Receiver
|
||
|
Wants=testsuite-57-prop-stop-two.service
|
||
|
After=testsuite-57-prop-stop-two.service
|
||
|
StopPropagatedFrom=testsuite-57-prop-stop-two.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sleep infinity
|
||
|
ExecStopPost=systemctl kill --kill-who=main -sUSR2 testsuite-57.service
|