diff options
Diffstat (limited to 'development/icecream/rc.icecream.conf')
-rw-r--r-- | development/icecream/rc.icecream.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/icecream/rc.icecream.conf b/development/icecream/rc.icecream.conf new file mode 100644 index 0000000000..f422fde174 --- /dev/null +++ b/development/icecream/rc.icecream.conf @@ -0,0 +1,8 @@ +# /etc/rc.d/rc.icecream.conf +# +# This file contains the configuration settings for both iceccd and scheduler + +# Defines the network name used to determine which nodes can be used for +# the compile processes. That way you can have several icecream clusters +# in the same network +NETWORK=$(hostname -d) |