Skip to content.

plope

Personal tools
You are here: Home » Members » chrism's Home » What's New in Zope 2.7 » restart
 
 

Comment

Above in this comment thread: What's New in Zope 2.7 » Zope Startup Linux

restart

Posted by chrism at 2003-12-22 12:20 AM
Create an rc script that wraps zopectl, or, it might work just to symlink zopectl into the rc.d directory itself.

$ ln -s /var/zope/bin/zopectl /etc/rc.d

.... just works. The only thing missing by default is the 'chkconfig' header
expected by SysVinit, plus whatever the equivalent spelling is for Debian's
init utilities.