mesos-slave service: network-interfaces.target -> network.target
This commit is contained in:
parent
2d48f1c487
commit
9b1177f69d
@ -105,7 +105,7 @@ in {
|
|||||||
systemd.services.mesos-slave = {
|
systemd.services.mesos-slave = {
|
||||||
description = "Mesos Slave";
|
description = "Mesos Slave";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
environment.MESOS_CONTAINERIZERS = concatStringsSep "," containerizers;
|
environment.MESOS_CONTAINERIZERS = concatStringsSep "," containerizers;
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user