]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-11.units/fail-on-restart.service
ethtool: add several new link modes
[thirdparty/systemd.git] / test / testsuite-11.units / fail-on-restart.service
1 [Unit]
2 Description=Fail on restart
3 StartLimitIntervalSec=1m
4 StartLimitBurst=3
5
6 [Service]
7 Type=simple
8 ExecStart=false
9 Restart=always