Run SoB as Linux service?

Forum thread started by j_freeman on Sun, 2006-09-10 21:27

So I got a shiny new VDS about a week or two ago with quite a bit of unused CPU power. Anyone know how to run SoB as a service on Linux/CentOS?

Comments

Run SoB as Linux service?

I think I figured it out. I put this in runsb.sh:

./sb > /dev/null

And then I ran:

nohup ./runsb.sh&

It's still running even after I logged out. :)