I do it like this:-
Make 4 directories..
/usr/local/seti/seti1
/usr/local/seti/seti2
/usr/local/seti/seti3
/usr/local/seti/seti4
Copy the client to the first, rename it to setiathome and run it, this will generate all the user_info files etc. It will also get a WU. Copy everything to the other directories but delete the copied WUs.
Edit your crontab to add something like this:-
10 * * * * cd /usr/local/seti/seti1;./setiathome -proxy proxy -nice 19
20 * * * * cd /usr/local/seti/seti2;./setiathome -proxy proxy -nice 19
30 * * * * cd /usr/local/seti/seti3;./setiathome -proxy proxy -nice 19
40 * * * * cd /usr/local/seti/seti4;./setiathome -proxy proxy -nice 19
This will make sure that if anybody reboots the machine, or there are SETI problems, the processes will restart. The nice 19 runs it as a low priority so the users of the machine don't get upset.
later
Col.