From: Daniel P. Berrange Date: Mon, 7 Dec 2015 12:46:27 +0000 (+0000) Subject: libvirtd: enable virtlockd/virtlogd socket activation on install X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5cce775e92784d30692055bbc8b52b2aa0c9d496;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git libvirtd: enable virtlockd/virtlogd socket activation on install When someone does 'systemctl enable libvirtd.service' we should also enable virtlockd.socket/virtlogd.socket, so that they can be auto-activated if libvirtd tries to access the sockets. Without this, people have to manually enable the units themselves via 'systemctl enable virtdlogd.socket'. This also ensures that if distros uses 'systemctl preset' for enabling 'libvirtd.service', then the virtdlogd.socket gets enabled without having to wait for the distro to update their presets file. Signed-off-by: Daniel P. Berrange --- diff --git a/daemon/libvirtd.service.in b/daemon/libvirtd.service.in index 9e67e433a..608221c15 100644 --- a/daemon/libvirtd.service.in +++ b/daemon/libvirtd.service.in @@ -22,3 +22,5 @@ Restart=on-failure [Install] WantedBy=multi-user.target +Also=virtlockd.socket +Also=virtlogd.socket