summaryrefslogtreecommitdiff
path: root/icecream-scheduler.confd
blob: 34848d0583fb80fc3c2ff15eb9420ce310efe674 (plain)
1
2
3
4
5
6
7
8
9
10
# User to run the service as
ICECREAM_USER="-u icecream"

# Identification for the network the scheduler and daemon run on.
ICECREAM_NETNAME="-n icecream"

# icecream scheduler log file
ICECREAM_SCHEDULER_LOG_FILE="-l /var/log/icecream/scheduler"

ICECREAM_SCHEDULER_OPTS=" ${ICECREAM_USER} ${ICECREAM_NETNAME} ${ICECREAM_SCHEDULER_LOG_FILE}"