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

View File

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