dotfiles/systemd/bluetooth-power-off.service

11 lines
171 B
SYSTEMD
Raw Permalink Normal View History

2020-07-01 09:51:22 +00:00
[Unit]
Description=Turn bluetooth power off
Before=hibernate.target
[Service]
Type=oneshot
ExecStart=/usr/bin/bluetoothctl power off
[Install]
WantedBy=hibernate.target