]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - debian/autorandr.service
Install things from contrib as examples
[deb_pkgs/autorandr.git] / debian / autorandr.service
index 3a8a642cc441050e17c1f21135b7626400278a68..4fef1c67714cb155d9bc5407891ddae3aa149bdd 100644 (file)
@@ -1,14 +1,11 @@
 [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]
-ExecStart=/usr/bin/autorandr --batch --change
+ExecStart=/usr/bin/autorandr --batch --change --default default
 Type=oneshot
 RemainAfterExit=false