mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
10 lines
132 B
SYSTEMD
10 lines
132 B
SYSTEMD
|
[Unit]
|
||
|
Description=Fail on restart
|
||
|
StartLimitIntervalSec=1m
|
||
|
StartLimitBurst=3
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=false
|
||
|
Restart=always
|