]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-16.units/success-all.service
bpf: fix SPDX short identifier for LGPL-2.1-or-later
[thirdparty/systemd.git] / test / testsuite-16.units / success-all.service
1 [Unit]
2 Description=Testsuite: EXTEND_TIMEOUT_USEC Success - extend timeout on all services
3
4 [Service]
5
6 # Normal success - startup / runtime / shutdown all take 8 seconds which is within the EXTEND_TIMEOUT_USEC=4 seconds interval
7 # runtime is 8+8+8 seconds. so we are relying on the EXTEND_TIMEOUT_USEC to exceed all stages, Start, Runtime and Stop.
8 # success occurs after 24 seconds
9 Type=notify
10 TimeoutStartSec=4
11 TimeoutStopSec=4
12 RuntimeMaxSec=4
13 Environment=SERVICE=success_all extend_timeout_interval=4 sleep_interval=2 start_intervals=3 run_intervals=3 stop_intervals=3
14 ExecStart=/usr/lib/systemd/tests/testdata/testsuite-16.units/extend-timeout.sh