mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
6 lines
190 B
SYSTEMD
6 lines
190 B
SYSTEMD
|
[Service]
|
||
|
RuntimeMaxSec=10
|
||
|
Type=notify
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/bin/sh -c 'systemd-notify --ready; while ! grep -q -F MARKER_RUNTIME /tmp/testfile_runtime; do sleep 0.1; done; exit 0'
|