dotfiles/systemd/bluetooth-power-off.service
2020-07-01 11:51:22 +02:00

11 lines
171 B
Desktop File

[Unit]
Description=Turn bluetooth power off
Before=hibernate.target
[Service]
Type=oneshot
ExecStart=/usr/bin/bluetoothctl power off
[Install]
WantedBy=hibernate.target