Artix Linux Forum

Artix Linux => System => Topic started by: Andy on 03 July 2023, 00:32:46

Title: [SOLVED] obexd autostart off
Post by: Andy on 03 July 2023, 00:32:46
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.
Code: [Select]
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.