Goa daemon eats all my cpu

Joe Zeff joe at zeff.us
Sun Sep 22 20:54:09 UTC 2013


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


More information about the users mailing list