On 09/21/2013 01:59 PM, Reindl Harald wrote:
if it is really a daemon -> systemctl list-units | grep service
systemctl disable whatever.service
systemctl stop whatever.service

This will prevent systemd from starting the daemon at boot, but won't prevent other programs or services from starting it. If you really want to drive a stake through its heart use this:

systemctl mask whatever.service
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to