aboutsummaryrefslogtreecommitdiffhomepage
path: root/systemd/wakeup.service
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-07 11:32:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-07 11:32:27 +0800
commit71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch)
treedd7c3921d249151dc3179f015153b9f9833d9d73 /systemd/wakeup.service
parentc7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff)
Update
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