nixos/tuwunel: set systemd service type to notify
tuwunel uses service manager notification to signal readiness and allow configuration reloading.
This commit is contained in:
@@ -216,6 +216,8 @@ in
|
||||
startLimitBurst = 5;
|
||||
startLimitIntervalSec = 60;
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
|
||||
DynamicUser = true;
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
|
||||
Reference in New Issue
Block a user