Skip to content
Snippets Groups Projects
Commit 421e8656 authored by Guido Günther's avatar Guido Günther
Browse files

Don't restart libvirt-guests on upgrade

Closes: #955216
parent 793d3598
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,6 @@ LIBVIRT_SYSTEM_SERVICES = \
libvirtd.socket \
libvirtd-ro.socket \
libvirtd-admin.socket \
libvirt-guests.service \
virtlogd.socket \
virtlogd-admin.socket \
virtlogd.service \
......@@ -243,6 +242,7 @@ override_dh_installinit:
override_dh_installsystemd:
dh_installsystemd -p libvirt-daemon-system --restart-after-upgrade libvirtd.service
dh_installsystemd -p libvirt-daemon-system --no-stop-on-upgrade $(LIBVIRT_SYSTEM_SERVICES)
dh_installsystemd -p libvirt-daemon-system --no-start libvirt-guests.service
override_dh_installdocs:
dh_installdocs -plibvirt-doc --doc-main-package libvirt-doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment