Added instructions to make BIRD start on boot

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-05 15:55:15 +02:00
parent 79941f5652
commit f607986322
2 changed files with 10 additions and 2 deletions

View File

@ -24,6 +24,12 @@ can use:
```bash
sudo apt install bird2 -y
```
```
You can confirm that the version of BIRD you installed is version 2 with the command `bird -v`.
You can confirm that the version of BIRD you installed is version 2 with the command `bird -v`. If that shows the correct version number then continue to the next step:
```bash
sudo systemctl enable --now bird
```
This will ensure that the routing daemon starts on boot.

View File

@ -5,6 +5,8 @@ This document aims to provide the configuration file template required
for CRXN and along with a description of what parameters need to be set
for your node specifically.
## Configuration
The configuration template is constructed out of the following files: