20 Oct
2011
20 Oct
'11
5:10 a.m.
Hi All, I have knocked up a very basic init script for centos, I suspect it will work for other RH derivatives also. It can be found at https://gist.github.com/1300467. Modify it to suit, rename it appropriately, place it in /etc/init.d. Test it works as expected with: service some_website start service some_website stop service some_website restart and then turn it on chkconfig some_website on Comments, changes, suggestions welcome. Cheers Matt