On 13 Nov 2002, Shane McDaniel <[EMAIL PROTECTED]> wrote: > > Should have just waited and included this in the previous mail. > > What I did was make a script file > > #!/bin/tcsh > > /home/shanem/bin/distccd > > and I executed that script from my crontab. I don't know if there's a > better method but this works.
I think you can also put a line like this in your crontab: PATH=/home/shanem/bin:/usr/local/bin:/usr/bin:/bin/:..... Running it from cron is quite a creative way to make sure it gets restarted if necessary. -- Martin _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
