[SOLVED] obexd autostart off
Hello,
I don't want bluetooth file-transfers on my system.
Is there a "update save" way to disable the obexd daemon ?
I have found a working method that does not trigger any error messages.
cat /usr/share/dbus-1/services/org.bluez.obex.service
[D-BUS Service]
Name=org.bluez.obex
#Exec=/usr/lib/bluetooth/obexd
Exec=/usr/bin/true
sudo chattr +i /usr/share/dbus-1/services/org.bluez.obex.service
My bluetooth headset is still working fine with auto-connect.