I have a Mac Pro at my fingertips that's been collecting dust for a couple years. It has dual Xeons, so I want to put it to work. I have the console client running and it's folding well. I am familiar with Linux but am having difficulty setting the folding client to run automatically. What I do in Linux is have a single line in rc.local that launches the folding client under a specified user account. It's like this:
Any Mac guys out there that can tell me how to do a similar effect in OS X?
cd /home/username/fah && sudo -u username ./fah6 &
Any Mac guys out there that can tell me how to do a similar effect in OS X?