mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
10 lines
132 B
Desktop File
10 lines
132 B
Desktop File
[Unit]
|
|
Description=Fail on restart
|
|
StartLimitIntervalSec=1m
|
|
StartLimitBurst=3
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=false
|
|
Restart=always
|