mirror of
https://github.com/phillipberndt/autorandr
synced 2024-12-18 04:14:51 +00:00
autorandr.service: Use StartLimitIntervalSec
It's time that we use StartLimitIntervalSec as even Debian stable has a recent enough systemd version.
This commit is contained in:
parent
0d46eee394
commit
4f010c576b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user