summaryrefslogtreecommitdiff
path: root/reload-btusb.service
blob: 3f9c8ceba011f804b21edf61f4a554f1e4c2bf44 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Reload the btusb Module
Before=bluetooth.service

[Service]
Type=oneshot
ExecStart=-/sbin/modprobe -r btusb ; -/sbin/modprobe btusb

[Install]
WantedBy=multi-user.target