summaryrefslogtreecommitdiff
blob: d65b05555786065ba7ec1cdd8b405d39311b8536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/conf.d/drqsd config file for /etc/init.d/drqsd

# enter your master hostname here
DRQUEUE_MASTER="127.0.0.1"

# this is the drqueue root dir, do not change below here unless you know what you're doing
DRQUEUE_ROOT="/var/lib/drqueue"
DRQUEUE_LOGS="/var/log/drqueue"

# list of pools the slave is belonging to ("blender:mentalray:bla123") 
DRQUEUE_POOL=""

# set the environmental variables for drqueue
ENV="env DRQUEUE_ROOT=${DRQUEUE_ROOT} DRQUEUE_MASTER=${DRQUEUE_MASTER} DRQUEUE_LOGS=${DRQUEUE_LOGS} DRQUEUE_POOL=${DRQUEUE_POOL}"

# this is the drqueue slave executable
DRQUEUESLAVE_EXEC="/usr/bin/slave"

# this is where drqueue slave will store its pid file
DRQUEUESLAVE_PIDFILE="/var/run/drqueue/drqsd.pid"