Comment 4 for bug 1571209

Revision history for this message
guessi (guessi) wrote :

@serge, @hopem,

I'd like to propose a new approach, wait infinitely until the sockfile is ready,
and allow it to exit if there's an interrupt of stop/restart/force-stop event.
* excluding systemd solution, sorry I'm not familiar with systemd.

it is inspired by the following PR from Docker project,

- https://github.com/docker/docker/pull/9287/files
- https://github.com/docker/docker/pull/11945/files

should be smoothly apply on libvirt-bin as well,
please give help to review it again, thanks !