11 lines
201 B
Desktop File
11 lines
201 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Fail on restart
|
|
StartLimitIntervalSec=1m
|
|
StartLimitBurst=3
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=false
|
|
Restart=on-failure
|
|
RestartMode=normal
|