diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 23:46:17 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 23:46:17 +0800 |
commit | a0565e2f8e2a8fcb547c81a982eb4f39532c17fd (patch) | |
tree | 13a7b52eae27942afc2acff8d1c050a1f57bd282 | |
parent | 054951157ddf37c838950dd70b0984f4f7a85ad3 (diff) |
add default
-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" |