summaryrefslogtreecommitdiffstats
path: root/test/testsuite-11.units/fail-on-restart.service
blob: 6832cb241c4eb283c30ea9bfe290783cc5bcb8df (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Fail on restart
StartLimitIntervalSec=1m
StartLimitBurst=3

[Service]
Type=exec
ExecStart=false
Restart=always