Thanks
Thanks
Posted Nov 23, 2014 23:28 UTC (Sun) by mchapman (subscriber, #66589)In reply to: Thanks by flussence
Parent article: Today's Debian technical committee resignation: Ian Jackson
> On the other hand, a system using cgroups to indiscriminately purge entire process ancestries will create exactly the problem you're describing... by design!
Except it doesn't. There are two reasons for this.
First, pam_systemd will move the SSH child process into a different cgroup.
Second, even if it didn't do this, the sshd.service contains KillMode=process, which means only the main process is killed upon stop or restart. Other processes in the sshd.service cgroup are unaffected.
