mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
28c48f4d78
Except for the places where we explicitly want to test Type=simple, we should use Type=exec.
10 lines
130 B
Desktop File
10 lines
130 B
Desktop File
[Unit]
|
|
Description=Fail on restart
|
|
StartLimitIntervalSec=1m
|
|
StartLimitBurst=3
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=false
|
|
Restart=always
|