Merge pull request #33035 from corpix/feature/ssh-systemd-deps

sshd: Start after network target
This commit is contained in:
Jörg Thalheim 2017-12-26 09:11:04 +01:00 committed by GitHub
commit f1c236a987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =