A bug is reported to Debian related to systemd.
1 <span style="font-family: Calibri;">systemd-logind will now by default terminate user processes that are part of the user session scope unit (session-XX.scope) when the user logs out.</span>
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
It is now indeed the case that any background processes that were still running are killed automatically when the user logs out of a session, whether it was a desktop session, a VT session, or when you SSHed into a machine. Now you can no longer expect a long running background processes to continue after logging out. I believe this breaks the expecations of many users. For example, you can no longer start a screen or tmux session, log out, and expect to come back to it. For this reason, I think it is a bad decision on the part of the systemd maintainers to enable this feature by default, and it should rather be disabled by default in Debian, either by compiling systemd with --without-kill-user-processes or by setting KillUserProcesses=no in /etc/systemd/logind.conf. |
1 |
1 |
Details can be checked at <a title="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394" href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394</a> |
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.