restart twice each night?

dan35

Verified User
Joined
Nov 21, 2004
Messages
74
One restart sounds right. But twice? One at 0:00am and one at 0:30am.
 
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
5 0 * * * root /usr/sbin/quotaoff -a; /sbin/quotacheck -aug; /usr/sbin/quotaon -a;
30 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
40 1 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
 
should i comment out this line?
#30 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
Are you sure Jon?

The way I read the post there only is one tally command.

I'm not saying you're wrong as it looks as if the command may be forcing an extra restart, but there's definitely two tally commands.

Jeff
 
Back
Top