init.d script for SeleniumGrid under CentOS 5.5
I'm establishing Continuous Integration environment for our team. And part of 开发者_Go百科that environment is Selenium Grid running under the CentOS 5.5. I ran into a problem, i can't set up an autostartup for SeleniumGrid with a system.
I've tried to write init.d script, but with lacking of bash scripting knowledge it wasn't successful undertaking. Googling wasn't successful either, but i've found solution for debian systems here.
So, could someone plz point me at solution for centos or give me advise how to write the init.d script?
I've written that script. It works for me and can be found here Comments and requests are welcome =)
精彩评论