X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=contrib%2Fsystemd%2Fautorandr.service;fp=contrib%2Fsystemd%2Fautorandr.service;h=a013fa0792a61caaad002a6ebbccd81e9c5c6b04;hb=3e9037c726e3e3f991dbd27a3c2addac95e2f257;hp=0000000000000000000000000000000000000000;hpb=f171c8a5ad91dd586320d89c504c316d18f3d056;p=deb_pkgs%2Fautorandr.git diff --git a/contrib/systemd/autorandr.service b/contrib/systemd/autorandr.service new file mode 100644 index 0000000..a013fa0 --- /dev/null +++ b/contrib/systemd/autorandr.service @@ -0,0 +1,11 @@ +[Unit] +Description=autorandr execution hook +After=sleep.target + +[Service] +ExecStart=/usr/local/bin/autorandr --batch --change --default default +Type=oneshot +RemainAfterExit=false + +[Install] +WantedBy=sleep.target