]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Use StartLimitIntervalSec again in systemd unit
authorDon Armstrong <don@donarmstrong.com>
Sun, 30 Apr 2023 22:42:05 +0000 (15:42 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 30 Apr 2023 22:42:05 +0000 (15:42 -0700)
debian/autorandr.service
debian/changelog

index d270c5e68e7c4caee09711ef8e3227b39409b8ba..4fef1c67714cb155d9bc5407891ddae3aa149bdd 100644 (file)
@@ -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]
index 9a2afc34163c21e9ea46fb490370e9e1adfefe6a..687ff5771b6422a87731ad72108933d551a0bb83 100644 (file)
@@ -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 <don@debian.org>  Fri, 28 Apr 2023 16:26:14 -0700