diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
| commit | 71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch) | |
| tree | dd7c3921d249151dc3179f015153b9f9833d9d73 /systemd | |
| parent | c7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff) | |
Update
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/wakeup.service | 12 |
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] | ||
| 2 | Description=Run my_user_script | ||
| 3 | After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target network-online.target | ||
| 4 | Wants=network-online.target | ||
| 5 | |||
| 6 | [Service] | ||
| 7 | ExecStart=/home/pham/helper/bin/wakeup.sh | ||
| 8 | User=pham | ||
| 9 | Environment=DISPLAY=:0 | ||
| 10 | |||
| 11 | [Install] | ||
| 12 | WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target | ||