My screen sessions are getting killed when I log out. How can I prevent this?
I have already set:
KillUserProcesses=no
in /etc/systemd/logind.conf
. When I log back in, I get the "wipe" option in screen. This problem is made quite apparent by another bug which forcibly logs me out every time I turn off the monitor.
KillUserProcesses=no
does the same asKillExcludeUsers=root YOUR_USERNAME
, but it's a bit more blunt solution. – Marius Bjørnstad Dec 01 '18 at 12:17