How to stop abrtd permanently?
It is filling up the log space and I don't need abrtd logs.
Is this command sufficient?
$ systemctl stop abrtdWill
abrtdbe back up and running with system re-start?
How to stop abrtd permanently?
It is filling up the log space and I don't need abrtd logs.
Is this command sufficient?
$ systemctl stop abrtd
Will abrtd be back up and running with system re-start?
stop stops the current invocation. You will also need to disable it to prevent it from starting up again:
systemctl disable abrtd