dspam service: make maintenance script verbose

This commit is contained in:
Nikolay Amiantov 2016-02-12 17:37:03 +03:00
parent aa31d99d29
commit c9d38164b7

View file

@ -139,7 +139,7 @@ in {
restartTriggers = [ cfgfile ];
serviceConfig = {
ExecStart = "${dspam}/bin/dspam_maintenance";
ExecStart = "${dspam}/bin/dspam_maintenance --verbose";
Type = "oneshot";
User = cfg.user;
Group = cfg.group;