[Zope] Re: Automatic Zope startup
Jens Vagelpohl
jens@zope.com
Fri, 5 Jul 2002 09:00:43 -0400
i was always under the impression that inittab is reserved for the =
system=20
itself. besides, using an rc script allows you to specify when your=20
application is started, which is handy when you want to ensure that it=20=
starts after the network has been initialized, or your database is up =
and=20
running, etc.
jens
On Friday, July 5, 2002, at 07:57 , Josef Meile wrote:
> > inittab is the wrong place to start zope. use rc.local or write a =
real=20
> rc
> > script.
> >
> > jens
>
> Why is it wrong?
> =A0
> Thanks,
> Josef.