mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openssh: 7.4p1 no longer backgrounds when systemd is starting it.
This commit is contained in:
parent
11e8ed5ff4
commit
8ed4c8b73b
1 changed files with 1 additions and 4 deletions
|
@ -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 a new issue