mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03: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
|