Hello Scott,

Thank you for your reply and I am looking forward for the update about this
matter.

Current (not ideal) solution that I use is a small script that manualy
starts quagga and looks like this:

#!/bin/sh -e
mkdir -p /run/quagga
chown quagga.quagga /run/quagga
/usr/sbin/zebra --daemon -A 127.0.0.1 -g quagga -u quagga -f
/etc/quagga/zebra.conf
sleep 20
/usr/sbin/bgpd --daemon -A 127.0.0.1 -g quagga -u quagga -f
/etc/quagga/bgpd.conf

exit 0

Kind regards,
Jan Prunk

On Wed, Jul 5, 2017 at 1:32 PM, Scott Leggett <sc...@sl.id.au> wrote:

> On 2017-07-05.10:33, Jan Prunk wrote:
> > Hello,
> >
> > As described also in bug report #865874 there has been no sysVinit
> > integration made in current quagga stretch version 1.1.1-3. I am
> interested
> > if any progress has been made regarding this issue since 26 Dec 2016 ?
>
> Hi Jan,
>
> Yes, I've been investigating how best to re-integrate some kind of
> SysV-style init support back into the package.
>
> If possible, I'll make this change when I get a chance to upload the new
> upstream version.
>
> --
> Regards,
> Scott.
>

Reply via email to