nixos/nebula: wait for start notification to prevent startup race
This commit is contained in:
parent
987845b73e
commit
5fd6ebdbef
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ in
|
||||||
before = [ "sshd.service" ];
|
before = [ "sshd.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "notify";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
ExecStart = "${netCfg.package}/bin/nebula -config ${configFile}";
|
ExecStart = "${netCfg.package}/bin/nebula -config ${configFile}";
|
||||||
UMask = "0027";
|
UMask = "0027";
|
||||||
|
|
Loading…
Reference in a new issue