mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
This also add test cases for verifying loopy.service and friends,
which was added by e66047ff62 but never
used in integration tests.
12 lines
335 B
Desktop File
12 lines
335 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/TEST-23-UNIT-FILE.units/TEST-23-UNIT-FILE-short-lived.sh
|