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

d/rules: Switch to dh_installsystemd

dh_systemd_start is no longer used.
parent 1d920955
No related branches found
No related tags found
1 merge request!29Merge changes from experimental
......@@ -228,9 +228,9 @@ override_dh_installinit:
dh_installinit -p libvirt-daemon-system --name=libvirtd --restart-after-upgrade -- defaults 28 72
dh_installinit -p libvirt-daemon-system --name=libvirt-guests --no-stop-on-upgrade -- defaults 29 71
override_dh_systemd_start:
dh_systemd_start -p libvirt-daemon-system --restart-after-upgrade libvirtd.service
dh_systemd_start -p libvirt-daemon-system --no-stop-on-upgrade $(LIBVIRT_SYSTEM_SERVICES)
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)
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