]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/testsuite-16.units/success-stop.service
test: move TEST-16-EXTEND-TIMEOUT setup to static files
[thirdparty/systemd.git] / test / testsuite-16.units / success-stop.service
CommitLineData
a327431b
DB
1[Unit]
2Description=Testsuite: Success Stop (EXTEND_TIMEOUT_USEC > WATCHDOG_USEC however < TimeoutStopSec)
3
4[Service]
a327431b
DB
5# EXTEND_TIMEOUT_USEC=4 seconds once during shutdown, but sleep for 6 seconds.
6# Therefore stop time is 6 seconds and < TimeoutStopSec so still successful.
7Type=notify
8TimeoutStartSec=4
9TimeoutStopSec=8
10RuntimeMaxSec=4
2b5981b4 11ExecStart=/usr/lib/systemd/tests/testdata/testsuite-16.units/extend-timeout.sh SERVICE=success_stop extend_timeout_interval=4 sleep_interval=6 start_intervals=0 run_intervals=0 stop_intervals=1