mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
11 lines
267 B
SYSTEMD
11 lines
267 B
SYSTEMD
|
[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-57-short-lived.sh
|