tt-rss: make less insanely verbose.

Fixes #74427
This commit is contained in:
Symphorien Gibol 2020-05-08 12:00:00 +00:00
parent fce7562cf4
commit c7db8c1927

View File

@ -631,7 +631,7 @@ let
serviceConfig = {
User = "${cfg.user}";
Group = "tt_rss";
ExecStart = "${pkgs.php}/bin/php ${cfg.root}/update.php --daemon";
ExecStart = "${pkgs.php}/bin/php ${cfg.root}/update.php --daemon --quiet";
StandardOutput = "syslog";
StandardError = "syslog";
};