aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/distcc/files/default
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/distcc/files/default')
-rw-r--r--recipes/distcc/files/default19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/distcc/files/default b/recipes/distcc/files/default
new file mode 100644
index 0000000000..600e8cab45
--- /dev/null
+++ b/recipes/distcc/files/default
@@ -0,0 +1,19 @@
+# Defaults for distcc initscript
+# sourced by /etc/init.d/distcc
+
+#
+# should distcc be started on boot?
+#
+# STARTDISTCC="true"
+
+STARTDISTCC="true"
+
+#
+# Which networks/hosts should be allowed to connect to the daemon?
+# You can list multiple hosts/networks separated by spaces.
+# Networks have to be in CIDR notation, f.e. 192.168.1.0/24
+# Hosts are represented by a single IP Adress
+#
+# ALLOWEDNETS="127.0.0.1"
+
+ALLOWEDNETS="192.168.0.0/24"