Camilo Alejandro Arboleda writes: > I'm running Debian testing with Linux 5.2, Gnome 3.34.1 and systemd 242. At > some point the last month systemd stopped honoring the > "KillUserProcesses=no" setting in /etc/systemd/logind.conf. Now all > processes get killed and googling shows nothing. > > Not sure if it is a bug in debian, upstream, or just a new unducommented > "feature." Any idea how to debug it?
GNOME recently moved more stuff to user services that are managed by the `systemd --user` instance. Maybe your processes now run there and are stopped as part of the .service unit? `systemd-cgls` shows the cgroups and which processes run where. Ansgar