I am creating a continuous integration environment for our team. And part of this environment is the Selenium Grid running CentOS 5.5. I ran into a problem, I cannot configure autorun for SeleniumGrid using the system.
I tried to write an init.d script, but with a lack of knowledge of bash scripts this was unsuccessful. Googling also failed, but I found a solution for debian systems here .
So, can someone point me to a solution for centos or give me advice on how to write an init.d script?
source
share