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

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

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