11 lines
171 B
SYSTEMD
11 lines
171 B
SYSTEMD
|
[Unit]
|
||
|
Description=Turn bluetooth power off
|
||
|
Before=hibernate.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/bluetoothctl power off
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=hibernate.target
|