Note that StartLimitInterval was renamed in systemd-230

Fixes #69.
This commit is contained in:
Phillip Berndt 2017-04-16 13:56:55 +02:00
parent 855c18b7f2
commit 899f6f652f
1 changed files with 3 additions and 0 deletions

View 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