11 lines
171 B
Desktop File
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
|