What should /etc/cron.d contain?

Ord

Verified User
Joined
Dec 2, 2005
Messages
17
Hi all,

in troubleshooting webalizer not running, I found that dataskq is not running. (Following instructions in http://help.directadmin.com/item.php?id=107 )

The /etc/cron.d directory is empty.

Is there a list somewhere of what should be in this directory?

Thanks,
Ord
 
The only file we have in there:

Code:
# cat /etc/cron.d/directadmin_cron
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 4 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue

It may be possible that you should have bfd or prm crons as well, depending your installation. Default is likely to be the above.
 
Back
Top