Alternative to update-rc.d with Centos 17 June 2011·25 words·1 min Centos Tips Alternative to update-rc.d with Centos # Add you file to /etc/init.d Make it executable : chmod +x /etc/init.d/YourFile Magic … chkconfig --add YourFile --level 0356