nixos/crowdsec: Change service type to `notify` like upstream
Nicolas Mémeint 2 months ago df100b8d 5a1e7dee
··· 770 770 serviceConfig = { 771 771 User = cfg.user; 772 772 Group = cfg.group; 773 773 - Type = "simple"; 773 773 + Type = "notify"; 774 774 RestartSec = 60; 775 775 LimitNOFILE = 65536; 776 776 NoNewPrivileges = true;