mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
dspam service: make maintenance script verbose
This commit is contained in:
parent
aa31d99d29
commit
c9d38164b7
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ in {
|
||||||
restartTriggers = [ cfgfile ];
|
restartTriggers = [ cfgfile ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${dspam}/bin/dspam_maintenance";
|
ExecStart = "${dspam}/bin/dspam_maintenance --verbose";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue