mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
8412cdf4fd
To remain consistent with other tests.
12 lines
312 B
Desktop File
12 lines
312 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Shortlived Unit
|
|
StopWhenUnneeded=yes
|
|
|
|
# Bump up the start limit logic, so that we can be restarted frequently enough
|
|
StartLimitBurst=15
|
|
StartLimitIntervalSec=1h
|
|
|
|
[Service]
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/testsuite-23-short-lived.sh
|