openssh: 7.4p1 no longer backgrounds when systemd is starting it.

This commit is contained in:
Graham Christensen 2016-12-29 09:49:19 -05:00
parent 11e8ed5ff4
commit 8ed4c8b73b
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -264,8 +264,7 @@ in
StandardInput = "socket";
} else {
Restart = "always";
Type = "forking";
PIDFile = "/run/sshd.pid";
Type = "simple";
});
};
@ -322,8 +321,6 @@ in
services.openssh.extraConfig = mkOrder 0
''
PidFile /run/sshd.pid
Protocol 2
UsePAM yes