]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Revert "daemon: use socket activation with systemd"
authorCole Robinson <crobinso@redhat.com>
Mon, 11 Apr 2016 22:36:20 +0000 (18:36 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 20 Apr 2016 12:53:38 +0000 (08:53 -0400)
commit3b9100a4d255fdb5f731fcfa49326746d371894a
tree93184ab3ddd127cbab0c45bffac36abd7ce38618
parentbf01999e9f2e926b36f2233ebd94918a011bbb17
Revert "daemon: use socket activation with systemd"

This reverts commit 1e9808d3a1e00a7121bae8b163d9c42d441d2ca8.

We shouldn't advertise libvirtd.socket activation, since currently
it means VM/network/... autostart won't work as expected.

We tried to find a middle ground by installing the config file without
an [Install] section, since systemd won't allow .socket to be enabled
without one... or at least it did do that; presently on f24 it allows
activating the socket quite happily. This also caused user confusion[1]

Just remove the socket file. I've filed a new RFE to track coming up
with a solution to the autostart problem[2], we can point users at that
if there's more confusion:

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1279348
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1326136
.gitignore
daemon/Makefile.am
daemon/libvirtd.conf
daemon/libvirtd.service.in
daemon/libvirtd.socket.in [deleted file]
libvirt.spec.in