blob: b8695d844633f6337aba48a24ecd52a57a8141d8 [file] [log] [blame] [raw]
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Fail on restart
StartLimitIntervalSec=1m
StartLimitBurst=3
[Service]
Type=exec
ExecStart=false
Restart=always