]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/testsuite-11.units/fail-on-restart.service
Merge pull request #17185 from yuwata/ethtool-update
[thirdparty/systemd.git] / test / testsuite-11.units / fail-on-restart.service
CommitLineData
3ac189d8
ZJS
1[Unit]
2Description=Fail on restart
3StartLimitIntervalSec=1m
4StartLimitBurst=3
5
6[Service]
28c48f4d 7Type=exec
3ac189d8
ZJS
8ExecStart=false
9Restart=always