From: Don Armstrong Date: Sun, 30 Apr 2023 22:42:05 +0000 (-0700) Subject: Use StartLimitIntervalSec again in systemd unit X-Git-Tag: debian/1.13.3-1~3 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=a527465ec18f985c60aa56568c4063befb70929d Use StartLimitIntervalSec again in systemd unit --- diff --git a/debian/autorandr.service b/debian/autorandr.service index d270c5e..4fef1c6 100644 --- a/debian/autorandr.service +++ b/debian/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] diff --git a/debian/changelog b/debian/changelog index 9a2afc3..687ff57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ autorandr (1.13.3-1) unstable; urgency=medium [ Don Armstrong ] * New upstream release + * Use StartLimitIntervalSec again, as even oldoldstable has systemd >> + 230 -- Don Armstrong Fri, 28 Apr 2023 16:26:14 -0700