mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +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
|