Re: run a perl script during system boot
- From: "Nico Kadel-Garcia" <nkadel@xxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 08:32:07 -0500
Grant wrote:
On Mon, 27 Feb 2006 05:10:42 -0500, "Nico Kadel-Garcia"
<nkadel@xxxxxxxxxxx> wrote:
chinzi wrote:
hey ..
how do i run a perl script at system boot???
Usually by creating an init script in /etc/rc.d/init.d or wherever
your system puts its init scripts, and running it at certain levels
by default.
Please, not perl boot script ... why? If it is post-boot try
rc.local, or whatever, called after all boot scripts complete.
The shell script can call the perl script, and bring it into the chkconfig
managed setups. There's a big problem with editing rc.local: it makes it
tougher to turn on and off the boot behavior, and more difficult to port the
software to other systems.
.
- Follow-Ups:
- Re: run a perl script during system boot
- From: Chris F.A. Johnson
- Re: run a perl script during system boot
- References:
- run a perl script during system boot
- From: chinzi
- Re: run a perl script during system boot
- From: Nico Kadel-Garcia
- Re: run a perl script during system boot
- From: Grant
- run a perl script during system boot
- Prev by Date: Re: run a perl script during system boot
- Next by Date: Panels frame in kcontrol
- Previous by thread: Re: run a perl script during system boot
- Next by thread: Re: run a perl script during system boot
- Index(es):
Relevant Pages
|