systemd: Set KillUserProcesses=no in logind.conf

Full discussion at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394

NixOS is even more of a server OS than Debian, and I can think of no
reason to make users jump through this sort of hoop.
This commit is contained in:
Svein Ove Aas 2016-06-06 11:51:51 +01:00
parent fbde3a7452
commit 93c160fabc

View File

@ -669,6 +669,7 @@ in
"systemd/logind.conf".text = ''
[Login]
KillUserProcesses=no
${config.services.logind.extraConfig}
'';