snippetbashTip
distccd — Server daemon for the distcc distributed compiler. More information: <https://manned.org/distccd>.
Viewed 0 times
serverthecommanddistccddaemonclifordistcc
Problem
How to use the
distccd command: Server daemon for the distcc distributed compiler. More information: <https://manned.org/distccd>.Solution
distccd — Server daemon for the distcc distributed compiler. More information: <https://manned.org/distccd>.Start a daemon with the default settings:
distccd --daemonStart a daemon, accepting connections from IPv4 private network ranges:
distccd --daemon --allow-privateStart a daemon, accepting connections from a specific network address or address range:
distccd --daemon {{[-a|--allow]}} {{ip_address|network_prefix}}Start a daemon with a lowered priority that can run a maximum of 4 tasks at a time:
distccd --daemon {{[-j|--jobs]}} {{4}} {{[-N|--nice]}} {{5}}Start a daemon and register it via mDNS/DNS-SD (Zeroconf):
distccd --daemon --zeroconfCode Snippets
Start a daemon with the default settings
distccd --daemonStart a daemon, accepting connections from IPv4 private network ranges
distccd --daemon --allow-privateStart a daemon, accepting connections from a specific network address or address range
distccd --daemon {{[-a|--allow]}} {{ip_address|network_prefix}}Start a daemon with a lowered priority that can run a maximum of 4 tasks at a time
distccd --daemon {{[-j|--jobs]}} {{4}} {{[-N|--nice]}} {{5}}Start a daemon and register it via mDNS/DNS-SD (Zeroconf)
distccd --daemon --zeroconfContext
tldr-pages: common/distccd
Revisions (0)
No revisions yet.