I screwed up the directadmin_cron file please help

splitech

Verified User
Joined
Sep 28, 2004
Messages
47
Hello, I screwed up the directadmin_cron file for the cron.d . If someone can send or paste the original file, so i can re-backup my server and fix this. That would be great.
 
splitech said:
Hello, I screwed up the directadmin_cron file for the cron.d . If someone can send or paste the original file, so i can re-backup my server and fix this. That would be great.

PHP:
* * * * * 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
 
Back
Top