nixos/crowdsec: Change service type to notify like upstream

This commit is contained in:
Nicolas Mémeint
2025-09-23 19:11:55 +02:00
parent 5a1e7dee39
commit df100b8dc2

View File

@@ -770,7 +770,7 @@ in
serviceConfig = {
User = cfg.user;
Group = cfg.group;
Type = "simple";
Type = "notify";
RestartSec = 60;
LimitNOFILE = 65536;
NoNewPrivileges = true;