Technology and me

// 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 

Billets similaires

Comments are disabled

RSS Feed
Social ...
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported