On Fri, 5 Jul 2002 09:00:43 -0400 Jens Vagelpohl <jens@zope.com> wrote:
i was always under the impression that inittab is reserved for the system itself. besides, using an rc script allows you to specify when your application is started, which is handy when you want to ensure that it starts after the network has been initialized, or your database is up and running, etc.
inittab has the same control over when things are started (which run state). In fact, it is inittab that runs the scripts in the various rc.d directories. The main difference is that inittab has a sespawn feature, which does not extend to the sctipts it runs.
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 rc script.
jens
Why is it wrong? Thanks, Josef.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Roger Oberholtzer