zookeeper service: network-interfaces.target -> network.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:12:53 +02:00 committed by Alexander Ried
parent 4c7f53e9b4
commit c2d007e0f7
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ in {
systemd.services.zookeeper = {
description = "Zookeeper Daemon";
wantedBy = [ "multi-user.target" ];
after = [ "network-interfaces.target" ];
after = [ "network.target" ];
environment = { ZOOCFGDIR = configDir; };
serviceConfig = {
ExecStart = ''