No, I don't think so. The only reason you'd need to run start asynchronously is if you are running in debug (-D) mode, which would be a bad idea for a production/always up site. Production startup is already asynchronous. Drop the -D option from your start script and try again.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Paul Winkler Sent: Wednesday, July 31, 2002 12:22 PM To: zope@zope.org Subject: Re: [Zope] Making Zope auto-start on Mandrake 8.2
On Wed, Jul 31, 2002 at 03:07:19PM -0400, working4aliving wrote:
I'm a newbie looking for this info. I tried to add /usr/local/zope/start at the end of rc.local, but it just sits there (and doesn't exit processing rc.local).
You need to put the start script in the background if you want to run it that way.
/usr/local/zope/start &
--
Paul Winkler home: http://www.slinkp.com "Muppet Labs, where the future is made - today!"
_______________________________________________ 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 )