mirror of
https://github.com/systemd/systemd.git
synced 2025-02-14 05:57:40 +03:00
Having these named differently than the test itself mostly creates unecessary confusion and makes writing logic against the tests harder so let's rename the testsuite-xx units and scripts to just use the test name itself.
12 lines
317 B
Desktop File
12 lines
317 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/TEST-23-UNIT-FILE-short-lived.sh
|