mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-12 09:17:44 +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'
|