5 Jul
2002
5 Jul
'02
1 p.m.
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. 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.