When I run the bluetooth script I notice it doesn't have any variables:
compare to another random service
so, most other services have an "enable" variable that I can put in /etc/rc.conf to enable or disable that service. For some reason, bluetooth doesn't.
Today, when bluetooth exists on lots of machines that might be used as servers (even on Raspberry Pis), we should have a way to easily disable bluetooth if it isn't used.
I searched open bug reports with "bluetooth", but didn't find anything about this.
Code:
root@www# service bluetooth rcvar
# bluetooth
#
Code:
root@www# service ntpd rcvar
# ntpd
#
ntpd_enable="YES"
# (default: "")
Today, when bluetooth exists on lots of machines that might be used as servers (even on Raspberry Pis), we should have a way to easily disable bluetooth if it isn't used.
I searched open bug reports with "bluetooth", but didn't find anything about this.