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

Don't let dh_systemd_start guess the package to act on

Closes: #758552
parent 4eadf9f4
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 --restart-after-upgrade libvirt-guests.service libvirtd.service
dh_systemd_start --no-restart-on-upgrade virtlockd.socket virtlockd.service
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
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