1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-25 10:04:04 +03:00
systemd/test/TEST-23-UNIT-FILE/TEST-23-UNIT-FILE.units/TEST-23-UNIT-FILE-prop-stop-one.service

11 lines
355 B
SYSTEMD
Raw Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Stop Propagation Receiver
Wants=TEST-23-UNIT-FILE-prop-stop-two.service
After=TEST-23-UNIT-FILE-prop-stop-two.service
StopPropagatedFrom=TEST-23-UNIT-FILE-prop-stop-two.service
[Service]
ExecStart=sleep infinity
ExecStopPost=systemctl kill --kill-whom=main -sUSR2 TEST-23-UNIT-FILE.service