]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - contrib/systemd/autorandr.service
a013fa0792a61caaad002a6ebbccd81e9c5c6b04
[deb_pkgs/autorandr.git] / contrib / systemd / autorandr.service
1 [Unit]
2 Description=autorandr execution hook
3 After=sleep.target
4
5 [Service]
6 ExecStart=/usr/local/bin/autorandr --batch --change --default default
7 Type=oneshot
8 RemainAfterExit=false
9
10 [Install]
11 WantedBy=sleep.target