Alternative to update-rc.d with Centos
Jun 17, 2011
1 minute read

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 


comments powered by Disqus