mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
10 lines
330 B
Desktop File
10 lines
330 B
Desktop File
[Unit]
|
|
OnSuccess=success-failure-test-success.service
|
|
OnFailure=success-failure-test-failure.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
Restart=always
|
|
ExecStart=bash -c 'test -f /tmp/success-failure-test-ran && touch /tmp/success-failure-test-ran2 && systemd-notify --ready && sleep infinity'
|
|
ExecStopPost=touch /tmp/success-failure-test-ran
|