]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - contrib/systemd/autorandr.service
Update scripts' PREFIX in Makefile's install targets
[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/bin/autorandr --batch --change --default default
7 Type=oneshot
8 RemainAfterExit=false
9
10 [Install]
11 WantedBy=sleep.target