ispCP - Board - Support
CRON.D - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: CRON.D (/thread-1443.html)



CRON.D - grungy - 10-02-2007 07:55 AM

As I can see ispcp is using cron.d in latest trunks....

well then is this ok:

Code:
# crontab /etc/cron.d/ispcp
"/etc/cron.d/ispcp":258: bad day-of-week
errors in crontab file, can't install.

the line:

Code:
# [domain.tld]:0 custom task START.
0 0  5 2 1190319073  3 {C0MMAND} &>/var/log/ispcp/custom-task-domain.tld.log
# [ns3.int.ba]:0 custom task END.

the tpl:

Code:
{MINUTE} {HOUR}  {DAY} {MONTH} {DWEEK}  {USER} {C0MMAND} &>{LOG_DIR}/custom-task-{DMN_NAME}.log
[/code]


RE: CRON.D - raphael - 10-02-2007 11:57 AM

does that entry comes from a pristine trunk installation? no modifications, no by-hand upgrades, etc?