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

Lennart Poettering lennart at poettering.net
Sat Feb 26 08:21:14 PST 2011


On Thu, 24.02.11 23:39, Rave it (chat-to-me at raveit.de) wrote:

> Hi,
> i want to disable bluetooth.service in fedora 15 because i don't
> needed.

Traditionally bus activated services could not be disabled. In systemd
we can implement this now, and maybe we should do that for bluez, if
there's a really good reason to.

In the meantime you can mask bluez entirely, which makes it impossible
to start it, neither manually, nor automatically via bus or hw
activation.

ln -sf /dev/null /etc/systemd/system/bluetooth.service && systemctl daemon-reload

Lennart

-- 
Lennart Poettering - Red Hat, Inc.


More information about the systemd-devel mailing list