1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/bird.md
Marek Küthe bc1d2b0949
bird: initial creation (#9928)
Signed-off-by: Marek Küthe <m.k@mk16.de>
2023-03-12 19:52:21 +05:30

13 lines
315 B
Markdown

# bird
> BIRD Internet Routing Daemon.
> Routing daemon with support for BGP, OSPF, Babel and others.
> More information: <https://bird.network.cz/>.
- Start Bird with a specific configuration file:
`bird -c {{path/to/bird.conf}}`
- Start Bird as a specific user and group:
`bird -u {{username}} -g {{group}}`