fixes #64: spoolsize.php too talkative, does not mail output in cron
This commit is contained in:
parent
c18e3ca9f3
commit
48ef2c0ad0
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# Every day at 2am, compute web, mail and db space usage per account.
|
# Every day at 2am, compute web, mail and db space usage per account.
|
||||||
# You may put this computing every week only or on your filer on busy services.
|
# You may put this computing every week only or on your filer on busy services.
|
||||||
0 2 * * * alterncpanel /usr/lib/alternc/spoolsize.php
|
0 2 * * * alterncpanel /usr/lib/alternc/spoolsize.php 2>&1 > /dev/null
|
||||||
|
|
||||||
# Once a week at 7am, optimise the AlternC database
|
# Once a week at 7am, optimise the AlternC database
|
||||||
0 1 * * 7 alterncpanel /usr/lib/alternc/alternc-dboptimize
|
0 1 * * 7 alterncpanel /usr/lib/alternc/alternc-dboptimize
|
||||||
|
|
Loading…
Reference in New Issue