openssh: 7.4p1 no longer backgrounds when systemd is starting it.
This commit is contained in:
parent
11e8ed5ff4
commit
8ed4c8b73b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user