# config file for distccd daemon
# Note: this is NOT a shell snippet.
# Only simple variable=literal_value assignments are supported.

# Path to find gcc/clang (cross-)compilers
DISTCCD_PATH="/bin:/usr/bin:/usr/local/bin"

# Listen only address
#LISTEN=127.0.0.1

# Listen port (3632 by default)
#PORT=3632

# Allow networks
ALLOW="--allow 127.0.0.0/24"

# Note: this does not work with systemd, use overrides instead
#RUNUSER="distccd"

# Some additional distccd options
OPTIONS=""
