Hi, I want to start Zope on my one computer via xinetd. This is obviously not as trivial as [1] as the startup scripts /etc/init.d/zope-2_6_1 and /etc/conf.d/zope-2_6_1 are rather long and complicated.
Does anyone know how to achieve this?
Thorsten
[1] service zope
{
type = UNLISTED
port = 8080
socket_type = stream
protocol = tcp
wait = no
user = zope
server = python z2.py
server_args = <whatever>
disable = no
}
--
[EMAIL PROTECTED] mailing list
