On Thu, 24.02.11 23:39, Rave it ([email protected]) 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. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
