mongodb: we already set quiet in config
This commit is contained in:
parent
519b987e70
commit
93d364f4f5
@ -108,7 +108,7 @@ in
|
|||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${mongodb}/bin/mongod --quiet --config ${mongoCnf} --fork --pidfilepath ${cfg.pidFile}";
|
ExecStart = "${mongodb}/bin/mongod --config ${mongoCnf} --fork --pidfilepath ${cfg.pidFile}";
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
PIDFile = cfg.pidFile;
|
PIDFile = cfg.pidFile;
|
||||||
Type = "forking";
|
Type = "forking";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user