summaryrefslogtreecommitdiff
path: root/.linux/etc/systemd/system/ax500-resume.service
diff options
context:
space:
mode:
Diffstat (limited to '.linux/etc/systemd/system/ax500-resume.service')
-rw-r--r--.linux/etc/systemd/system/ax500-resume.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/.linux/etc/systemd/system/ax500-resume.service b/.linux/etc/systemd/system/ax500-resume.service
deleted file mode 100644
index 5697f2a..0000000
--- a/.linux/etc/systemd/system/ax500-resume.service
+++ /dev/null
@@ -1,11 +0,0 @@
1[Unit]
2Description=Resume: modprobe hci_uart
3After=suspend.target hibernate.target hybrid-sleep.target
4
5[Service]
6Type=oneshot
7ExecStartPre=/usr/bin/sleep 3
8ExecStart=/usr/sbin/modprobe hci_uart
9
10[Install]
11WantedBy=suspend.target hibernate.target hybrid-sleep.target