5ad2cf4673
Also reduce bluetooth agent sleep duration. Init dependencies mean its not that sensitive.
8 lines
122 B
Bash
Executable file
8 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. /etc/profile
|
|
|
|
if [ "$(get_setting bluetooth.enabled)" == "1" ]
|
|
then
|
|
nohup systemctl start bluetooth &
|
|
fi
|