A minimalistic build server
./turbine -p 666
logging, write to file or /var/log/messages.
log cpu, memory and bandwidth usage for each running service?
support rest api for stop/start/status for each service.
[
{
"name": "turbine",
"build": "cd hook && go build",
"run": "cd hook && ./turbine",
"time": 0
}
]