We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edgeroute v2 required babeld.service
Somethign like in /lib/systemd/system/babeld.service
[Unit] Description=Babeld Service Wants=network.target After=network.target [Service] Type=simple ExecStartPre=-/bin/rm /var/run/babeld.pid ExecStart=/usr/bin/babeld -G 999 -c /etc/babeld.conf -L /var/log/babeld.log ExecStop=/bin/kill -s QUIT $MAINPID Restart=on-failure RestartSec=10s [Install] WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered:
Added, babeld crashes on boot but then restarts, timing of service need some adjusting
Sorry, something went wrong.
No branches or pull requests
edgeroute v2 required babeld.service
Somethign like
in /lib/systemd/system/babeld.service
The text was updated successfully, but these errors were encountered: