mesos-slave service: network-interfaces.target -> network.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:12:23 +02:00 committed by Alexander Ried
parent 2d48f1c487
commit 9b1177f69d

View File

@ -105,7 +105,7 @@ in {
systemd.services.mesos-slave = {
description = "Mesos Slave";
wantedBy = [ "multi-user.target" ];
after = [ "network-interfaces.target" ];
after = [ "network.target" ];
environment.MESOS_CONTAINERIZERS = concatStringsSep "," containerizers;
serviceConfig = {
ExecStart = ''