| It may make it easier to cron it all if you haven't already. This is what I use (out of the README that comes with the client):
0 * * * * cd /home/snowdog/seti/1; ./setiathome > /dev/null 2> /dev/null
0 * * * * cd /home/snowdog/seti/2; ./setiathome > /dev/null 2> /dev/null
You may want to add "-nice ##" (replacing ## with some positive number up to 19) to make it play well with others if you use the machine for something else... a 19 will make it lowest priority (by default it will run with a nice level of 1).
|