Start BIRD automatically

Fabiano D'Agostino fabiano.dagostino96 at gmail.com
Tue Jun 2 18:26:07 CEST 2020


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 <toke at toke.dk>
ha scritto:

> "Fabiano D'Agostino" <fabiano.dagostino96 at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200602/5e3eb4a9/attachment.htm>


More information about the Bird-users mailing list