lol

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

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