mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-10 11:05:03 -05:00
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
|
#
|
||
|
# 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=/usr/local/x-tools-armv7h/x-tools7h/arm-unknown-linux-gnueabihf/bin:$PATH
|
||
|
DISTCC_ARGS="--user nobody --allow 192.168.11.0/24 --port 3634"
|
||
|
|