2 Jun
2020
2 Jun
'20
5:21 p.m.
It seems that if bird.service is located in /etc/systemd/system sudo systemctl start bird.service is enough and when I reboot the system bird is running, indeed if I try sudo systemctl enable bird.service I get 'no such file or directory'. Instead if I place bird.service in /lib/systemd/system I have to do sudo systemctl enable bird.service. Fabiano