Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mongodb: we already set quiet in config

+1 -1
+1 -1
nixos/modules/services/databases/mongodb.nix
··· 108 108 after = [ "network.target" ]; 109 109 110 110 serviceConfig = { 111 - ExecStart = "${mongodb}/bin/mongod --quiet --config ${mongoCnf} --fork --pidfilepath ${cfg.pidFile}"; 111 + ExecStart = "${mongodb}/bin/mongod --config ${mongoCnf} --fork --pidfilepath ${cfg.pidFile}"; 112 112 User = cfg.user; 113 113 PIDFile = cfg.pidFile; 114 114 Type = "forking";