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