distribution/packages/jelos/sources/autostart/common/009-bluetooth
Tom Pratt 5ad2cf4673 Bluetooth boot and sleep handling
Also reduce bluetooth agent sleep duration. Init dependencies mean its not that sensitive.
2022-10-29 00:33:45 +02:00

8 lines
122 B
Bash
Executable file

#!/bin/bash
. /etc/profile
if [ "$(get_setting bluetooth.enabled)" == "1" ]
then
nohup systemctl start bluetooth &
fi