]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Note that StartLimitInterval was renamed in systemd-230
authorPhillip Berndt <phillip.berndt@googlemail.com>
Sun, 16 Apr 2017 11:56:55 +0000 (13:56 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Sun, 16 Apr 2017 11:56:55 +0000 (13:56 +0200)
Fixes #69.

contrib/systemd/autorandr.service

index 74a78de796bd112d670b2b4462d142a317950ca6..d270c5e68e7c4caee09711ef8e3227b39409b8ba 100644 (file)
@@ -1,6 +1,9 @@
 [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
 StartLimitBurst=1