From 0315b15d4407fabe547dda1858074e96962a593f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 24 Jul 2023 08:38:04 +0200 Subject: [PATCH] systemd: StartLimitInterval option has changed --- systemd/dcs-common-drop-in.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systemd/dcs-common-drop-in.conf b/systemd/dcs-common-drop-in.conf index d9eb8e0f..3020517b 100644 --- a/systemd/dcs-common-drop-in.conf +++ b/systemd/dcs-common-drop-in.conf @@ -18,5 +18,7 @@ RestartSec=1 # and only whitelist exit code 0: Restart=always RestartPreventExitStatus=0 + +[Unit] # Allow infinite restarts, even within a short time. -StartLimitInterval=0 +StartLimitIntervalSec=0