Skip to content

Commit

Permalink
Merge pull request #273878 from numinit/nebula-startup-race
Browse files Browse the repository at this point in the history
nixos/nebula: wait for start notification to prevent startup race
  • Loading branch information
NickCao authored Dec 13, 2023
2 parents 8c2aee7 + 5fd6ebd commit 223b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/nebula.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 223b0a4

Please sign in to comment.