servers:linux:distcc
This is an old revision of the document!
Table of Contents
Information
- distcc Server
Prerequisites
Dependencies
sudo zypper install distcc-server gcc-c++
Firewall
sudo -e '/etc/sysconfig/SuSEfirewall2' && sudo systemctl restart 'SuSEfirewall2'
FW_CONFIGURATIONS_EXT="distccd"
Service
sudo systemctl edit 'distccd.service' && sudo systemctl daemon-reload && sudo systemctl enable distccd --now
[Service] ExecStart= ExecStart=/usr/bin/distccd --verbose --no-detach --daemon --port 3632 -N 15 --allow 192.168.1.0/24 --jobs 6
/srv/www/wiki/data/attic/servers/linux/distcc.1723581308.txt.gz · Last modified: by Sean Rhone