distribution/packages/sysutils/autostart/sources/common/009-bluetooth

9 lines
122 B
Text
Raw Normal View History

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