mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
11 lines
267 B
Desktop File
11 lines
267 B
Desktop File
[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
|