Try harder to wait for the network before starting seaweedfs and nomad.
This commit is contained in:
@@ -30,6 +30,8 @@ in
|
||||
extraSettingsPaths = [ "/etc/nomad-alo.json" ];
|
||||
};
|
||||
|
||||
systemd.services.nomad.wants = [ "network-online.target" ];
|
||||
|
||||
environment.etc."nomad-alo.json".text = builtins.toJSON {
|
||||
plugin.docker.config = {
|
||||
allow_privileged = true;
|
||||
|
||||
Reference in New Issue
Block a user