summaryrefslogtreecommitdiff
blob: d76a0299970504a334cdcf5d0dbe7267195bf67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2003 Gentoo Technologies, Inc
# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/conf,v 1.1 2003/10/18 20:18:15 lisa Exp $
# distccd configuration file

# this is the distccd executable 
DISTCCD_EXEC=/usr/bin/distccd

# this is where distccd will store its pid file
DISTCCD_PIDFILE=/var/run/distccd/distccd.pid

# set this option to run distccd with extra parameters
# Default port is 3632.  For most people the default is okay.
# DISTCCD_OPTS="--port 3632"

# set this for niceness
# Default is 15
DISTCCD_NICE="15"

# This is the path that distccd and the monitors will look
# for the state files.
DISTCC_DIR="/var/tmp/distccd"