dspam service: make maintenance script verbose

This commit is contained in:
Nikolay Amiantov
2016-02-12 18:00:00 +03:00
parent aa31d99d29
commit c9d38164b7
+1 -1
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;