mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
6 lines
190 B
Desktop File
6 lines
190 B
Desktop File
[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'
|