summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-12 17:37:03 +0300
committerNikolay Amiantov <ab@fmap.me>2016-02-12 18:00:00 +0300
commitc9d38164b76c6ee65f96c314f1ab7fdad10dda29 (patch)
tree13017a961e39458a84950380d844445384094935
parentaa31d99d2929eeb1082eb8bc05cc0ebbe49c9a09 (diff)
downloadnixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.tar
nixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.tar.gz
nixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.tar.bz2
nixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.tar.lz
nixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.tar.xz
nixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.tar.zst
nixpkgs-c9d38164b76c6ee65f96c314f1ab7fdad10dda29.zip
dspam service: make maintenance script verbose
-rw-r--r--nixos/modules/services/mail/dspam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/dspam.nix b/nixos/modules/services/mail/dspam.nix
index f18fd489f23..2d8aebe2057 100644
--- a/nixos/modules/services/mail/dspam.nix
+++ b/nixos/modules/services/mail/dspam.nix
@@ -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;