mirror of
https://github.com/systemd/systemd.git
synced 2024-12-05 00:04:02 +08:00
11 lines
175 B
Desktop File
11 lines
175 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Fail on restart
|
|
StartLimitIntervalSec=1m
|
|
StartLimitBurst=3
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=false
|
|
Restart=always
|