]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-49-non-namespaced.service
e86c64d12542ebfc034b09e333db64aa8ec52438
[thirdparty/systemd.git] / test / units / testsuite-49-non-namespaced.service
1 [Service]
2 RuntimeMaxSec=10
3 Type=notify
4 RemainAfterExit=yes
5 ExecStart=/bin/sh -c 'systemd-notify --ready; while ! grep -q -F MARKER_RUNTIME /tmp/testfile_runtime; do sleep 0.1; done; exit 0'