]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-16.units/success-stop.service
Merge pull request #14853 from floppym/issue9806
[thirdparty/systemd.git] / test / testsuite-16.units / success-stop.service
1 [Unit]
2 Description=Testsuite: Success Stop (EXTEND_TIMEOUT_USEC > WATCHDOG_USEC however < TimeoutStopSec)
3
4 [Service]
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.
7 Type=notify
8 TimeoutStartSec=4
9 TimeoutStopSec=8
10 RuntimeMaxSec=4
11 Environment=SERVICE=success_stop extend_timeout_interval=4 sleep_interval=6 start_intervals=0 run_intervals=0 stop_intervals=1
12 ExecStart=/usr/lib/systemd/tests/testdata/testsuite-16.units/extend-timeout.sh