]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - contrib/systemd/autorandr-resume.service
Merge pull request #56 from nazar-pc/patch-1
[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=/usr/bin/autorandr --batch -c --default default
7
8 [Install]
9 WantedBy=sleep.target