1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=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. 8Type=notify 9TimeoutStartSec=8 10TimeoutStopSec=4 11RuntimeMaxSec=4 12Environment=SERVICE=success_start extend_timeout_interval=4 sleep_interval=6 start_intervals=1 run_intervals=0 stop_intervals=0 13ExecStart=/usr/lib/systemd/tests/testdata/testsuite-16.units/extend-timeout.sh 14