List Info

Thread: Automatically start programs at boot




Automatically start programs at boot
user name
2005-08-18 03:01:54
Hi All,

I have a Redhat 8.0 installed linux machine. I would like to
start license 
programs automatically at boot-up. How can I configure my
machine?

Thanks,
Ozgur

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
Re: Automatically start programs at boot
user name
2005-08-18 06:45:51
On Thu, Aug 18, 2005 at 11:01:54AM +0300, Ozgur Ates wrote:
> 
> I have a Redhat 8.0 installed linux machine. I would
like to start license 
> programs automatically at boot-up. How can I configure
my machine?

The best option:

# cd /etc/rc.d/init.d
# cp -p atd yourlicensestartup
# vi yourlicensestartup
  - make all the changes required so that your programs can
start, stop,
    etc
  - determine when in the startup it should start up, when
in the
    shutdown it should stop, and what levels it should run
in
  - edit the chkconfig entries near the top of the file
# chkconfig yourlicensestartup --add
# chkconfig yourlicensestartup on
# service yourlicensestartup start
# service yourlicensestartup status

This makes your your license startup look like any of the
rest of the
startup routines to make it easy for you to find and future
sysadmins to
understand.

Alternatively, edit /etc/rc.d/rc.local and put your entries
in there.

-- 
Ed Wilts, RHCE
Mounds View, MN, USA
mailto:ewiltsewilts.org
Member #1, Red Hat Community Ambassador Program

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )