# Zope default file
# -----------------
#
# This file controls the start and the stop of ZOPE instances with the
# init script provided by zope package (which provides ZOPE 2.6.x branch).
#
# The following variable should contain a space sperated list of ZOPE
# instance names which you want to start with the init script. 
# ZOPE instances are searched in /var/lib/zope/instance.
#
# ALL means that you would like to start all instances.
# NONE (or an empty value) means, well, none.

# ZOPE instances
INSTANCES="ALL"
