Hi, thank you! It seems working. But do I have to execute sudo systemctl enable bird.service?
Because I just did sudo systemctl start bird.service and it seems restarting after reboot Il giorno mar 2 giu 2020 alle ore 17:03 Toke Høiland-Jørgensen <t...@toke.dk> ha scritto: > "Fabiano D'Agostino" <fabiano.dagostin...@gmail.com> writes: > > > Hi, > > how can BIRD automatically start after a reboot or a crash? Should I use > > systemd? > > I am using BIRD v2 on Ubuntu 20.04. > > I'm using this: > > [Unit] > Description=BIRD routing daemon > After=network.target > > [Service] > Type=forking > Restart=always > ExecStart=/usr/bin/bird > ExecReload=/usr/bin/birdc configure > ExecStop=/usr/bin/birdc down > > [Install] > WantedBy=multi-user.target >