nixos/nebula: wait for start notification to prevent startup race
This commit is contained in:
@@ -196,7 +196,7 @@ in
|
||||
before = [ "sshd.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
Type = "notify";
|
||||
Restart = "always";
|
||||
ExecStart = "${netCfg.package}/bin/nebula -config ${configFile}";
|
||||
UMask = "0027";
|
||||
|
||||
Reference in New Issue
Block a user