On 04/02/2018 12:57 PM, home user via users wrote:
I'm trying to end the automatic launching of Evolution processes.  How do I find what's launching them?  The 
"ps" command tells me the parent of those processes is "systemd" with a user id of '1', 
but "man systemd" gives no hint of a configuration file telling it what processes to launch.

Try this:

systemctl list-unit-files | grep -i evolution

This will tell you what the name of any service involved is, with -i adjusting for the fact that the service name may or may not use a capital letter. Then, you can disable it, or if you really want to use the Big Hammer, mask it.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to