2025-03-14 21:59:59 -06:00
|
|
|
# distccd
|
|
|
|
|
|
|
|
|
|
> Server daemon for the distcc distributed compiler.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/distccd>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start a daemon with the default settings:
|
|
|
|
|
|
|
|
|
|
`distccd --daemon`
|
|
|
|
|
|
|
|
|
|
- Start a daemon, accepting connections from IPv4 private network ranges:
|
|
|
|
|
|
|
|
|
|
`distccd --daemon --allow-private`
|
|
|
|
|
|
|
|
|
|
- Start a daemon, accepting connections from a specific network address or address range:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`distccd --daemon {{[-a|--allow]}} {{ip_address|network_prefix}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start a daemon with a lowered priority that can run a maximum of 4 tasks at a time:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`distccd --daemon {{[-j|--jobs]}} {{4}} {{[-N|--nice]}} {{5}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start a daemon and register it via mDNS/DNS-SD (Zeroconf):
|
|
|
|
|
|
|
|
|
|
`distccd --daemon --zeroconf`
|