It doesn't make sense to have the admin socket active if the main
socket is not running, so bind their lifecycle together.
This ensures that if primary socket is stopped, the corresponding
admin socket is also stopped.
In the reverse, starting the admin socket will also automatically
start the primary socket.
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
[Unit]
Description=Virtual machine lock manager admin socket
Before=libvirtd.service
+BindsTo=virtlockd.socket
+After=virtlockd.socket
[Socket]
ListenStream=@localstatedir@/run/libvirt/virtlockd-admin-sock
[Unit]
Description=Virtual machine log manager socket
Before=libvirtd.service
+BindsTo=virtlogd.socket
+After=virtlogd.socket
[Socket]
ListenStream=@localstatedir@/run/libvirt/virtlogd-admin-sock