[libvirt] [PATCH] libvirtd: require virtlogd to start before libvirtd

2015-12-04 Thread Guido Günther
In the non-systemd case, without socket activation, we need to proper ordering. --- daemon/libvirtd.init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/libvirtd.init.in b/daemon/libvirtd.init.in index ed42195..22006c4 100644 --- a/daemon/libvirtd.init.in +++

Re: [libvirt] [PATCH] libvirtd: require virtlogd to start before libvirtd

2015-12-04 Thread Daniel P. Berrange
On Fri, Dec 04, 2015 at 02:55:05PM +0100, Guido Günther wrote: > In the non-systemd case, without socket activation, we need to proper > ordering. > --- > daemon/libvirtd.init.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/daemon/libvirtd.init.in

Re: [libvirt] [PATCH] libvirtd: require virtlogd to start before libvirtd

2015-12-04 Thread Guido Günther
On Fri, Dec 04, 2015 at 02:00:13PM +, Daniel P. Berrange wrote: > On Fri, Dec 04, 2015 at 02:55:05PM +0100, Guido Günther wrote: > > In the non-systemd case, without socket activation, we need to proper > > ordering. > > --- > > daemon/libvirtd.init.in | 2 +- > > 1 file changed, 1