From: Phillip Berndt Date: Sun, 16 Apr 2017 11:56:55 +0000 (+0200) Subject: Note that StartLimitInterval was renamed in systemd-230 X-Git-Tag: 1.1~3 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=899f6f652fc11935f8a834e69174322ec4cc1177 Note that StartLimitInterval was renamed in systemd-230 Fixes #69. --- diff --git a/contrib/systemd/autorandr.service b/contrib/systemd/autorandr.service index 74a78de..d270c5e 100644 --- a/contrib/systemd/autorandr.service +++ b/contrib/systemd/autorandr.service @@ -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