Results 1 to 4 of 4

Thread: starting service on boot

  1. #1
    Join Date
    Sep 2006
    Location
    brazil
    Beans
    64
    Distro
    Ubuntu 8.04 Hardy Heron

    starting service on boot

    GCal's homepage says something about init/launchd/rc scripts in order to run its service-starter-script during boot. however, it is not obvious to me. does anyone know how to do it?

  2. #2
    Join Date
    Nov 2005
    Beans
    75

    Re: starting service on boot

    Can you elaborate?

    Which script/service would you like to run? Which version of Ubuntu (or variants) are you using? Please give me a more detailed description of your goal so I can help you better.

    Thanks.

    --Dane

  3. #3
    Join Date
    Sep 2006
    Location
    brazil
    Beans
    64
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: starting service on boot

    i run Hardy (8.04.1) and the service is GCal Daemon standalone-start.sh
    it runs some java programs.

  4. #4
    Join Date
    Nov 2005
    Beans
    75

    Re: starting service on boot

    1) (in a terminal) sudo gedit /etc/rc.local
    2) Before the "exit 0" line, put in the path to your .sh script.
    3) (in a terminal) chmod +x /path/to/your/script (this makes it executable)

    That should do it!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •