diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/distccd-armv8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/conf.d/distccd-armv8 b/etc/conf.d/distccd-armv8 new file mode 100644 index 00000000..daefd9fe --- /dev/null +++ b/etc/conf.d/distccd-armv8 @@ -0,0 +1,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="--allow-private --log-level info --log-file /tmp/distccd-armv8.log --port 3636" |