mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
11 lines
340 B
SYSTEMD
11 lines
340 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
Description=Stop Propagation Receiver
|
||
|
Wants=testsuite-23-prop-stop-two.service
|
||
|
After=testsuite-23-prop-stop-two.service
|
||
|
StopPropagatedFrom=testsuite-23-prop-stop-two.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sleep infinity
|
||
|
ExecStopPost=systemctl kill --kill-whom=main -sUSR2 testsuite-23.service
|