blob: 8f90cb503fa010a3c3508eb83061ded4c63c01de (
plain)
1
2
3
4
5
6
7
8
|
#
# Parameters to be passed to distccd
#
# You must explicitly add IPs (or subnets) that are allowed to connect,
# using the --allow switch. See the distccd manpage for more info.
#
DISTCC_ARGS="--user nobody --allow 127.0.0.1"
|