mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-18 15:49:27 +00: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
|