]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - contrib/systemd/autorandr-resume.service
Moved contributed scripts/files to the contrib/ folder and updated the Makefile to...
[deb_pkgs/autorandr.git] / contrib / systemd / autorandr-resume.service
1 [Unit]
2 Description=autorandr resume hook
3 After=sleep.target
4
5 [Service]
6 ExecStart=/etc/pm/sleep.d/40autorandr thaw
7
8 [Install]
9 WantedBy=sleep.target