Dave Taht <dave.t...@gmail.com> writes:

> ** full debian/ubuntu/fedora/arch support
> ** clean restarts and other reconfiguration
> *** openwrt procd support
> *** systemd support

There's a package for Arch in the AUR:
https://aur.archlinux.org/packages/babeld/

That also includes a systemd unit file:
https://aur.archlinux.org/cgit/aur.git/tree/babeld.service?h=babeld

On my systems I have occasionally been using the attached systemd file,
which makes it easy to run a babeld instance on a single interface
through `systemctl start babeld@eth0`.

> ** Bird version finished

Working on it :)

-Toke

[Unit]
Description=babeld on %I
Wants=network.target
Before=network.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
Type=forking
PIDFile=/run/babeld-%I.pid
ExecStart=/usr/bin/babeld -D -I /run/babeld-%I.pid -S /var/lib/babel-state-%I 
-c /etc/babeld-%I.conf %I

[Install]
WantedBy=multi-user.target
_______________________________________________
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to