1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=Shortlived Unit 4StopWhenUnneeded=yes 5 6# Bump up the start limit logic, so that we can be restarted frequently enough 7StartLimitBurst=15 8StartLimitIntervalSec=1h 9 10[Service] 11ExecStart=/usr/lib/systemd/tests/testdata/units/testsuite-57-short-lived.sh 12