lol

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

+1 -4
+1 -4
nixos/modules/services/networking/ssh/sshd.nix
··· 264 StandardInput = "socket"; 265 } else { 266 Restart = "always"; 267 - Type = "forking"; 268 - PIDFile = "/run/sshd.pid"; 269 }); 270 }; 271 ··· 322 323 services.openssh.extraConfig = mkOrder 0 324 '' 325 - PidFile /run/sshd.pid 326 - 327 Protocol 2 328 329 UsePAM yes
··· 264 StandardInput = "socket"; 265 } else { 266 Restart = "always"; 267 + Type = "simple"; 268 }); 269 }; 270 ··· 321 322 services.openssh.extraConfig = mkOrder 0 323 '' 324 Protocol 2 325 326 UsePAM yes