1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 13:15:31 +02:00
tldr/pages/common/distccd.md
Managor d2e6da7679
common*: refresh old pages part 7 (#16290)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-01 14:38:45 +03:00

24 lines
690 B
Markdown

# distccd
> Server daemon for the distcc distributed compiler.
> More information: <https://distcc.github.io>.
- 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:
`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 --zeroconf`