5 Jul
2002
5 Jul
'02
11:43 a.m.
inittab is the wrong place to start zope. use rc.local or write a real rc script. jens On Friday, July 5, 2002, at 03:56 , Josef Meile wrote:
Hi alienoid,
What I have to do to start Zope automatically from /etc/rc.d/init.d? Thanks in advance
I don't know how you do it there, but you can try the following line at the end of your "/etc/inittab" file: zp:2345:respawn:/usr/local/Zope/start
It works and restarts zope if it crashes for some reason.
Regards, Josef.