mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
10 lines
294 B
Desktop File
10 lines
294 B
Desktop File
[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
|