summaryrefslogtreecommitdiff
path: root/etc/conf.d/distccd-armv8
blob: 0fe7d752998e599a31ee433657ae6132dd652de3 (plain)
1
2
3
4
5
6
7
8
9
#
# 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.
#

PATH=/opt/x-tools8/aarch64-unknown-linux-gnu/bin:$PATH
DISTCC_ARGS="--allow 10.0.0.7/32 --log-level info --log-file /tmp/distccd-armv8.log --port 49710"