lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/nebula: add reload support

+1
+1
nixos/modules/services/networking/nebula.nix
··· 282 282 Type = "notify"; 283 283 Restart = "always"; 284 284 ExecStart = "${netCfg.package}/bin/nebula -config ${configFile}"; 285 + ExecReload = "${pkgs.coreutils}/bin/kill -s HUP $MAINPID"; 285 286 UMask = "0027"; 286 287 CapabilityBoundingSet = capabilities; 287 288 AmbientCapabilities = capabilities;