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