From 45c3c601f40ccde43c904940014c836245a04120 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 7 Feb 2019 14:06:35 -0800 Subject: Initial commit --- icecream-scheduler.confd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 icecream-scheduler.confd (limited to 'icecream-scheduler.confd') diff --git a/icecream-scheduler.confd b/icecream-scheduler.confd new file mode 100644 index 0000000..3836c9f --- /dev/null +++ b/icecream-scheduler.confd @@ -0,0 +1,7 @@ +# Identification for the network the scheduler and daemon run on. +NETNAME="icecream" + +# icecream scheduler log file +ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecream/scheduler" + +ICECREAM_SCHEDULER_OPTS="-u icecream -n $NETNAME -l $ICECREAM_SCHEDULER_LOG_FILE" -- cgit v1.2.1