]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-16-EXTEND-TIMEOUT/testsuite-success-runtime.service
tty-ask-password: copy argv[] before forking child
[thirdparty/systemd.git] / test / TEST-16-EXTEND-TIMEOUT / testsuite-success-runtime.service
CommitLineData
a327431b
DB
1
2[Unit]
3Description=Testsuite: Success Runtime (EXTEND_TIMEOUT_USEC > WATCHDOG_USEC however < RuntimeMaxSec)
4
5[Service]
6
7# EXTEND_TIMEOUT_USEC=4 second once during runtime, but sleep for 6 seconds.
8# Runtime is 6 seconds and < RuntimeMaxSec so still successful.
9Type=notify
10TimeoutStartSec=4
11TimeoutStopSec=4
12RuntimeMaxSec=8
13ExecStart=/extend_timeout_test_service.sh SERVICE=success_runtime extend_timeout_interval=4 sleep_interval=6 start_intervals=0 run_intervals=1 stop_intervals=0