# Defaults for icecc initscript
# sourced by /etc/init.d/icecc

#
# should icecc be started on boot?
#
# START_ICECC="true"

START_ICECC="true"

#
# Nice level of running compilers
#
# ICECC_NICE_LEVEL="5"

ICECC_NICE_LEVEL="5"

#
# icecc daemon log file
#
# ICECC_LOG_FILE="/var/log/iceccd"

ICECC_LOG_FILE="/var/log/iceccd.log"

#
# Identification for the network the scheduler and daemon run on. 
# You can have several distinct icecc networks in the same LAN
# for whatever reason.
#
# ICECC_NETNAME=""

ICECC_NETNAME=""

# 
# You can overwrite here the number of jobs to run in parallel. Per
# default this depends on the number of (virtual) CPUs installed. 
#
# ICECC_MAX_JOBS=""

ICECC_MAX_JOBS=""

#
# This is the directory where the icecc daemon stores the environments
# it compiles in. In a big network this can grow quite a bit, so use some
# path if your /tmp is small - but the user icecc has to write to it.
# 
# ICECC_BASEDIR="/var/cache/icecc"

ICECC_BASEDIR="/var/cache/icecc"

#
# Start also the scheduler?
#
# START_ICECC_SCHEDULER="false"

START_ICECC_SCHEDULER="false"

#
# icecc scheduler log file
#
# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"

ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"

#
# If the daemon can't find the scheduler by broadcast (e.g. because 
# of a firewall) you can specify it.
#
# ICECC_SCHEDULER_HOST=""

ICECC_SCHEDULER_HOST=""
