1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

elasticsearch service: remove use of network-interfaces.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:20:12 +02:00 committed by Alexander Ried
parent b6e5c620a3
commit 94ed3de09e

View file

@ -129,7 +129,7 @@ in {
systemd.services.elasticsearch = {
description = "Elasticsearch Daemon";
wantedBy = [ "multi-user.target" ];
after = [ "network-interfaces.target" ];
after = [ "network.target" ];
path = [ pkgs.inetutils ];
environment = {
ES_HOME = cfg.dataDir;