]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-16.units/success-stop.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / testsuite-16.units / success-stop.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Testsuite: Success Stop (EXTEND_TIMEOUT_USEC > WATCHDOG_USEC however < TimeoutStopSec)
4
5 [Service]
6 # EXTEND_TIMEOUT_USEC=4 seconds once during shutdown, but sleep for 6 seconds.
7 # Therefore stop time is 6 seconds and < TimeoutStopSec so still successful.
8 Type=notify
9 TimeoutStartSec=4
10 TimeoutStopSec=8
11 RuntimeMaxSec=4
12 Environment=SERVICE=success_stop extend_timeout_interval=4 sleep_interval=6 start_intervals=0 run_intervals=0 stop_intervals=1
13 ExecStart=/usr/lib/systemd/tests/testdata/testsuite-16.units/extend-timeout.sh