summaryrefslogtreecommitdiff
path: root/.linux/etc/systemd/system/ath11k-suspend.service
diff options
context:
space:
mode:
Diffstat (limited to '.linux/etc/systemd/system/ath11k-suspend.service')
-rw-r--r--.linux/etc/systemd/system/ath11k-suspend.service6
1 files changed, 2 insertions, 4 deletions
diff --git a/.linux/etc/systemd/system/ath11k-suspend.service b/.linux/etc/systemd/system/ath11k-suspend.service
index adf0957..3f69497 100644
--- a/.linux/etc/systemd/system/ath11k-suspend.service
+++ b/.linux/etc/systemd/system/ath11k-suspend.service
@@ -1,12 +1,10 @@
1[Unit] 1[Unit]
2Description=Suspend: rmmod ath11k_pci 2Description=Suspend: rmmod ath11k_pci
3Before=sleep.target 3Before=sleep.target hibernate.target hybrid-sleep.target
4Before=hibernate.target
5 4
6[Service] 5[Service]
7Type=oneshot 6Type=oneshot
8ExecStart=/usr/sbin/rmmod ath11k_pci 7ExecStart=/usr/sbin/rmmod ath11k_pci
9 8
10[Install] 9[Install]
11WantedBy=sleep.target 10WantedBy=sleep.target hibernate.target hybrid-sleep.target
12WantedBy=hibernate.target