# To run all Landscape services (including cron jobs) set this to "yes"
# Alternatively, set this to a number between 1 and 9 to have that number
# of services to start for each kind that supports this (currently, only
# msg, ping and app support multiple instances)
RUN_ALL="no"

# To run only specific Landscape services set RUN_ALL to "no" and then
# set the services you want to run to "yes"
# If you want to start more than one copy of each service, use a number
# instead of "yes" or "no".
# Currently, only msg, app and ping support this.
RUN_APPSERVER="no"
RUN_ASYNC_FRONTEND="no"
RUN_JOBHANDLER="no"
RUN_MSGSERVER="no"
RUN_PINGSERVER="no"
RUN_APISERVER="no"
RUN_PACKAGEUPLOADSERVER="no"
RUN_JUJU_SYNC="no"
RUN_PACKAGESEARCH="no"

# To run cron jobs on this server when RUN_ALL="no" set RUN_CRON to "yes".
RUN_CRON="no"

# Run the schema upgrade procedure during package upgrades or not.
# NOTE: if a schema upgrade is necessary, but this is set to
# "no", the Landscape service WON'T (RE)START until the schema is
# upgraded. In that case, the schema will need to be upgraded
# manually by calling the setup-landscape-server script as root
# after the package was upgraded.
#
# Only if this is set to "yes" will landscape-server upgrade the database schema.
# Note that if you install the landscape-server-quickstart package and have this
# setting commented, or set to no value, that package will set it to "yes".
# Otherwise it will be left alone.
#UPGRADE_SCHEMA="no"
