]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - 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
diff --git a/contrib/systemd/autorandr-resume.service b/contrib/systemd/autorandr-resume.service
new file mode 100644 (file)
index 0000000..70dcde1
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=autorandr resume hook
+After=sleep.target
+
+[Service]
+ExecStart=/etc/pm/sleep.d/40autorandr thaw
+
+[Install]
+WantedBy=sleep.target
\ No newline at end of file