Alternative to update-rc.d with Centos
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
chmod +x /etc/init.d/YourFile
chkconfig --add YourFile --level 0356