Skip to content
New issue

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

babeld.service for v2 #1

Open
darkdrgn2k opened this issue Nov 7, 2020 · 1 comment
Open

babeld.service for v2 #1

darkdrgn2k opened this issue Nov 7, 2020 · 1 comment

Comments

@darkdrgn2k
Copy link
Contributor

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


@darkdrgn2k
Copy link
Contributor Author

Added, babeld crashes on boot but then restarts, timing of service need some adjusting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant