I use now thin to serve my rack application on my webserver. I have a lot of web application so I have a init script who check all file in my /etc/thin
and start all of then with configuration inside.
I want migrate to unicorn so I want same behaviour, but when I check the example in unicorn, I found only init script to start one unicorn instance.
What I can use like init script to do that ?