1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 17:51:22 +03:00
systemd/test/testsuite-11.units/fail-on-restart.service

10 lines
130 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Fail on restart
StartLimitIntervalSec=1m
StartLimitBurst=3
[Service]
Type=exec
ExecStart=false
Restart=always