CentOS 6 init script doesn't work properly
- by user711643
I'm setting up my ruby production server based on CentOS 6. I need a process called god (which is a process monitoring tool) to start at boot. I'm using an init script that I found here. Just as stated in the guide I ran:
chkconfig --add god
and then
chkconfig --level 345 god on
After this if I run "service god start|restart" everything…