nixos/nebula: wait for start notification to prevent startup race

This commit is contained in:
Morgan Jones
2023-12-12 19:25:38 -08:00
parent 987845b73e
commit 5fd6ebdbef
+1 -1
View File
@@ -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";