mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
8412cdf4fd
To remain consistent with other tests.
11 lines
340 B
Desktop File
11 lines
340 B
Desktop File
# 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
|