1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00
systemd/test/testsuite-23.units/testsuite-23-prop-stop-one.service

11 lines
340 B
SYSTEMD
Raw Normal View History

# 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