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
commit 223b0a4fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";