Commit df100b8d authored by Nicolas Mémeint's avatar Nicolas Mémeint
Browse files

nixos/crowdsec: Change service type to `notify` like upstream

parent 5a1e7dee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ in
          serviceConfig = {
            User = cfg.user;
            Group = cfg.group;
            Type = "simple";
            Type = "notify";
            RestartSec = 60;
            LimitNOFILE = 65536;
            NoNewPrivileges = true;