chronos service: remove use of network-interfaces.target

authored by

Joachim Fasting and committed by
Alexander Ried
3826c193 5a2a3510

+1 -1
+1 -1
nixos/modules/services/scheduling/chronos.nix
··· 41 systemd.services.chronos = { 42 description = "Chronos Service"; 43 wantedBy = [ "multi-user.target" ]; 44 - after = [ "network-interfaces.target" "zookeeper.service" ]; 45 46 serviceConfig = { 47 ExecStart = "${pkgs.chronos}/bin/chronos --master ${cfg.master} --zk_hosts ${concatStringsSep "," cfg.zookeeperHosts} --http_port ${toString cfg.httpPort}";
··· 41 systemd.services.chronos = { 42 description = "Chronos Service"; 43 wantedBy = [ "multi-user.target" ]; 44 + after = [ "network.target" "zookeeper.service" ]; 45 46 serviceConfig = { 47 ExecStart = "${pkgs.chronos}/bin/chronos --master ${cfg.master} --zk_hosts ${concatStringsSep "," cfg.zookeeperHosts} --http_port ${toString cfg.httpPort}";