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?...
- 07-22-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 4
Get program to start on startup
I need the following program
to start every time the computer restarts.Code:pbs_mom
Any ideas on how can i do this?
- 07-22-2009 #2Linux 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.localthe sun is new every day (heraclitus)


Reply With Quote