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?
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.