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

Don't restart libvirt-guests when using systemd

so it's consistent with sysvinit. We'd restart VMs on package upgrads
otherwise.
parent 1c2c5eea
No related branches found
No related tags found
No related merge requests found
......@@ -178,8 +178,8 @@ override_dh_installinit:
dh_systemd_enable
dh_installinit -p libvirt-daemon-system --name=libvirtd --restart-after-upgrade -- defaults 28 72
dh_installinit -p libvirt-daemon-system --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71
dh_systemd_start -p libvirt-daemon-system --restart-after-upgrade libvirt-guests.service libvirtd.service
dh_systemd_start -p libvirt-daemon-system --no-restart-on-upgrade virtlockd.socket virtlockd.service
dh_systemd_start -p libvirt-daemon-system --restart-after-upgrade libvirtd.service
dh_systemd_start -p libvirt-daemon-system --no-restart-on-upgrade libvirt-guests.service virtlockd.socket virtlockd.service
override_dh_installdocs:
dh_installdocs
......
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