aboutsummaryrefslogtreecommitdiffhomepage
path: root/systemd/wakeup.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/wakeup.service')
-rw-r--r--systemd/wakeup.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/systemd/wakeup.service b/systemd/wakeup.service
deleted file mode 100644
index 0a292d3..0000000
--- a/systemd/wakeup.service
+++ /dev/null
@@ -1,12 +0,0 @@
1[Unit]
2Description=Run my_user_script
3After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target network-online.target
4Wants=network-online.target
5
6[Service]
7ExecStart=/home/pham/helper/bin/wakeup.sh
8User=pham
9Environment=DISPLAY=:0
10
11[Install]
12WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target