Find the answer to your Linux question:
Results 1 to 2 of 2
I need the following program Code: pbs_mom to start every time the computer restarts. Any ideas on how can i do this?...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    4

    Question Get program to start on startup

    I need the following program
    Code:
    pbs_mom
    to start every time the computer restarts.

    Any ideas on how can i do this?

  2. #2
    tpl
    tpl is offline
    Linux User
    Join Date
    Jan 2007
    Location
    cleveland
    Posts
    452
    traditionally, in /etc was a file "rc.local" that listed
    stuff to do at startup. You can make one and then
    get it to go by modifying /etc/inittab to include

    # Run rc.local
    LO:2:once:/etc/rc.local
    the sun is new every day (heraclitus)

Posting Permissions

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