From 899f6f652fc11935f8a834e69174322ec4cc1177 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Sun, 16 Apr 2017 13:56:55 +0200 Subject: [PATCH] Note that StartLimitInterval was renamed in systemd-230 Fixes #69. --- contrib/systemd/autorandr.service | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2