Merge pull request #273878 from numinit/nebula-startup-race

nixos/nebula: wait for start notification to prevent startup race
This commit is contained in:
Nick Cao
2023-12-13 09:16:30 -05:00
committed by GitHub
+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";