bundles/rspamd: silence clamav cronjob
This commit is contained in:
parent
0eca42d188
commit
64cffad6a7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'cron': {
|
'cron': {
|
||||||
'clamav-unofficial-sigs': f'{node.magic_number%60} */4 * * * clamav /usr/sbin/clamav-unofficial-sigs >/dev/null',
|
'clamav-unofficial-sigs': f'{node.magic_number%60} */4 * * * clamav /usr/sbin/clamav-unofficial-sigs >/dev/null 2>&1',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue