How to Setup in Start Up

Discussion in 'Installation/Configuration' started by rhyancute, Aug 25, 2007.

  1. rhyancute

    rhyancute New Member

    good day, my concern is about how to configure the ubuntu 7.04 start up.
    i have software called XAMPP
    my installation is successfully complete.
    my problem is how to setup xampp into start up?
    xampp is for (PHP,MySQL, etc.....) tnx
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Let's assume you have an init script /etc/init.d/example. Then you can make it start at boot time by running
    Code:
    update-rc.d example defaults
     

Share This Page