meta-st-stm32mp/recipes-connectivity/bluetooth/bluetooth-suspend/bluetooth-brcmfmac-sleep.se...

14 lines
276 B
SYSTEMD

[Unit]
Description=Bluetooth brcmfmac sleep hook
Before=sleep.target
StopWhenUnneeded=yes
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/usr/bin/bluetooth_brcmfmac_driver.sh unbind
ExecStop=-/usr/bin/bluetooth_brcmfmac_driver.sh bind
[Install]
WantedBy=sleep.target