summaryrefslogtreecommitdiff
path: root/.linux/etc/systemd/system/ath11k-resume.service
blob: ca4afd514aa140043cf65abe510552c967325d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Resume: modprobe ath11k_pci
After=suspend.target hibernate.target hybrid-sleep.target

[Service]
Type=oneshot
ExecStartPre=/usr/bin/sleep 3
ExecStart=/usr/sbin/modprobe ath11k_pci

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target