On Mon, 2018-04-02 at 13:09 -0700, Joe Zeff wrote: > 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. These processes are generally part of the evolution-data-server package and despite the name are not limited to Evolution. They provide various services such as calendars and alarms via d-bus to Gnome sessions. For example evolution-alarm-notify is configured in /etc/xdg/autostart. poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx