Failed to open RFKILL control device

why OSMC is trying to enable bluetooh if I don’t have one connected?
shouldn’t check if there is one before start service?

Abr 01 12:07:02 osmc dbus[243]: [system] Activating via systemd: service name=‘org.bluez’ unit=‘dbus-org.bluez.service’
Abr 01 12:07:02 osmc dbus[243]: [system] Activating via systemd: service name=‘fi.w1.wpa_supplicant1’ unit=‘wpa_supplicant.service’
Abr 01 12:07:02 osmc connmand[235]: Failed to open RFKILL control device

The service starts, checks for bluetooth, sees there isn’t a bluetooth device and stops.

Can’t I just run?

osmc@osmc:~$ sudo systemctl disable bluetooth.service
Synchronizing state for bluetooth.service with sysvinit using update-rc.d…
Executing /usr/sbin/update-rc.d bluetooth defaults
Executing /usr/sbin/update-rc.d bluetooth disable
insserv: warning: current start runlevel(s) (empty) of script bluetooth' overrides LSB defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script bluetooth’ overrides LSB defaults (0 1 6).
Removed symlink /etc/systemd/system/dbus-org.bluez.service.
osmc@osmc:~$

If you dont have a bluetooth device why would you want to?