[systemd-devel] How can i disable bluetooth.service in fc15

Miklos Vajna vmiklos at frugalware.org
Fri Feb 25 11:05:17 PST 2011


On Thu, Feb 24, 2011 at 11:39:49PM +0100, Rave it <chat-to-me at raveit.de> wrote:
> i want to disable bluetooth.service in fedora 15 because i don't needed.
> Normaly i removed bluez but now a days bluez have gnome-shell as an
> dependency.
> I try to do this with:
> [root at mother rave]# systemctl stop bluetooth.service
> [root at mother rave]# systemctl disable bluetooth.service
> 
> But this helps only for a moment, after a restart bluetooth.service
> starts again.
> I think disabling bluetooth.service is possible because:
> [root at mother rave]# systemctl show -p "Wants" bluetooth.service
> Wants=
> 
> So what i can do to solve this prob? Or isn't it possible?

It starts because of bus activation.

A hack I can imagine is copying /lib/systemd/system/bluetooth.service to
/etc/systemd/system/bluetooth.service and change /usr/sbin/bluetoothd -n
to /bin/true.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20110225/eb6f55f6/attachment-0001.pgp>


More information about the systemd-devel mailing list