sshd: Start after network target

This commit is contained in:
Dmitry Moskowski 2017-12-24 14:57:14 +00:00
parent ae03a11c86
commit ed26bc5931
No known key found for this signature in database
GPG Key ID: 887A0D14C7C55BD6

View File

@ -248,13 +248,10 @@ in
let
service =
{ description = "SSH Daemon";
wantedBy = optional (!cfg.startWhenNeeded) "multi-user.target";
after = [ "network.target" ];
stopIfChanged = false;
path = [ cfgc.package pkgs.gawk ];
environment.LD_LIBRARY_PATH = nssModulesPath;
preStart =