Folding@Home init Script
->
I'm not sure how many people out there are apart of the Folding@Home project, but I run it on my desktop and server systems. I started running Linux on my main desktop a little bit ago and wanted to have a way to run the clients on my machine before I logged in. Usually, it would get me another few seconds of folding in, but if power ever goes out when I'm away, it could potentially be hours of folding I wouldn't otherwise get, so I wanted an init script to startup the client for me. There are a few different scripts out there to accomplish this, and I've tried a few, and they work. I wanted something different though. Gentoo has an init script, but it can only be used properly if you use the ebuild associated with the build. I found another script, but it didn't shut the client down properly. So, I combined the two scripts and came up with a better one, at least I think it is. The only issue with it that I have is when you stop a client, it will essentially terminate any other clients you have running. Since you usually let it go on its own, this shouldn't be a problem. I haven't found a way around this though, so I guess it's just something to deal with. So, if anyone else would like to use this script, here it is. Read more »