Find the answer to your Linux question:
Results 1 to 5 of 5
Hi! On each restart, i have to press #opendchub in order to init the opendchub. I would like to run this app at startup , so if my server restarts, ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    3

    Opendchub on startup! ???

    Hi!
    On each restart, i have to press

    #opendchub

    in order to init the opendchub.
    I would like to run this app at startup , so if my server restarts, this app will run as it starts.
    Can anyone help?
    Please!

  2. #2
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    364
    are you running a gui? in gnome, click on system>preferences>session and click on the start tab. you can add start-up programs to the list.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by zall217
    On each restart, i have to press

    #opendchub

    in order to init the opendchub.
    I would like to run this app at startup , so if my server restarts, this app will run as it starts.
    Can anyone help?
    Please!
    Save opendchub script/binary in /etc/init.d folder and execute this
    Code:
    update-rc.d <run_level>
    Check Section 10.6.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Jul 2007
    Posts
    3
    Quote Originally Posted by devils_casper View Post
    Save opendchub script/binary in /etc/init.d folder and execute this
    Code:
    update-rc.d <run_level>
    Check Section 10.6.
    there is already a file named opendchub in the /etc/init.d directory.
    the problem is that i have to put the command "opendchub" somewhere in the startup, even in the last line.

    one simple word..

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute update-rc.d <runlevel> command to add symlink of opendchub in appropriate runlevel.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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