Skip to content

Commit 0315b15

Browse files
committed
systemd: StartLimitInterval option has changed
1 parent 955c194 commit 0315b15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

systemd/dcs-common-drop-in.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ RestartSec=1
1818
# and only whitelist exit code 0:
1919
Restart=always
2020
RestartPreventExitStatus=0
21+
22+
[Unit]
2123
# Allow infinite restarts, even within a short time.
22-
StartLimitInterval=0
24+
StartLimitIntervalSec=0

0 commit comments

Comments
 (0)