Re: [libvirt] [PATCH v2] systemd: directly notify systemd instead of using sd_notify

2016-06-07 Thread Andrea Bolognani
On Mon, 2016-06-06 at 16:21 +0100, Daniel P. Berrange wrote: > The sd_notify method is used to tell systemd when libvirtd > has finished starting up. All it does is send a datagram > containing the string parameter to systemd on a UNIX socket > named in the NOTIFY_SOCKET environment variable. Rathe

Re: [libvirt] [PATCH v2] systemd: directly notify systemd instead of using sd_notify

2016-06-06 Thread Peter Krempa
On Mon, Jun 06, 2016 at 16:21:30 +0100, Daniel Berrange wrote: > The sd_notify method is used to tell systemd when libvirtd > has finished starting up. All it does is send a datagram > containing the string parameter to systemd on a UNIX socket > named in the NOTIFY_SOCKET environment variable. Rat

Re: [libvirt] [PATCH v2] systemd: directly notify systemd instead of using sd_notify

2016-06-06 Thread Cole Robinson
On 06/06/2016 11:21 AM, Daniel P. Berrange wrote: > The sd_notify method is used to tell systemd when libvirtd > has finished starting up. All it does is send a datagram > containing the string parameter to systemd on a UNIX socket > named in the NOTIFY_SOCKET environment variable. Rather than > pu

[libvirt] [PATCH v2] systemd: directly notify systemd instead of using sd_notify

2016-06-06 Thread Daniel P. Berrange
The sd_notify method is used to tell systemd when libvirtd has finished starting up. All it does is send a datagram containing the string parameter to systemd on a UNIX socket named in the NOTIFY_SOCKET environment variable. Rather than pulling in the systemd libraries for this, just code the notif