From 4f010c576be0fbcd1538bdf8a6a3b595acbdf78d Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 25 Jun 2021 09:46:09 +0200 Subject: [PATCH] autorandr.service: Use StartLimitIntervalSec It's time that we use StartLimitIntervalSec as even Debian stable has a recent enough systemd version. --- contrib/systemd/autorandr.service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/systemd/autorandr.service b/contrib/systemd/autorandr.service index 20277f9..7094e72 100644 --- a/contrib/systemd/autorandr.service +++ b/contrib/systemd/autorandr.service @@ -1,10 +1,7 @@ [Unit] Description=autorandr execution hook After=sleep.target -# Note: StartLimitInterval was renamed to StartLimitIntervalSec in systemd-230. -# See autorandr bug #69. Do not rename for now, as the old name is kept for -# compatibility. -StartLimitInterval=5 +StartLimitIntervalSec=5 StartLimitBurst=1 [Service] -- 2.39.2