Web Hosting Talk







View Full Version : Cronjobs


jsen
05-05-2004, 06:51 AM
I lost my default cronjobs that come with cpanel, anyone mind sharing theirs? Just the cpanel crontabs.

Or is there any way I can restore them?

dan_erat
05-05-2004, 01:26 PM
2,58 * * * * /usr/local/bandmin/bandmin
0 0 * * * /usr/local/bandmin/ipaddrmap
40 2 * * * /scripts/upcp
0 6 * * * /scripts/cleanmsglog > /dev/null 2<&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim callout > /dev/null 2<&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim retry > /dev/null 2<&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim reject > /dev/null 2<&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim wait-remote_smtp > /dev/null 2<&1
*/15 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1

These all are run as root (unsurprisingly).

jsen
05-05-2004, 01:53 PM
Thanks dan.