From: Florian Schmaus Date: Fri, 25 Jun 2021 07:46:09 +0000 (+0200) Subject: autorandr.service: Use StartLimitIntervalSec X-Git-Tag: 1.12~19 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=4f010c576be0fbcd1538bdf8a6a3b595acbdf78d autorandr.service: Use StartLimitIntervalSec It's time that we use StartLimitIntervalSec as even Debian stable has a recent enough systemd version. --- 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]