summaryrefslogtreecommitdiffstats
path: root/test/testsuite-07.units/issue3166-fail-on-restart.service
blob: b8695d844633f6337aba48a24ecd52a57a8141d8 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Fail on restart
StartLimitIntervalSec=1m
StartLimitBurst=3

[Service]
Type=exec
ExecStart=false
Restart=always