Commit 61102a28 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] initscripts work around bug in debhelper systemd support

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 89c0f526
......@@ -161,11 +161,14 @@ binary-indep: install-indep
dh_compress -i
dh_fixperms -i
ifeq ($(do_tools_common),true)
dh_systemd_enable
dh_installinit -p$(cloudpkg) --name hv-kvp-daemon
dh_installinit -p$(cloudpkg) --name hv-vss-daemon
dh_installinit -p$(cloudpkg) --name hv-fcopy-daemon
dh_systemd_start
dh_installinit -p$(cloudpkg) -n --name hv-kvp-daemon
dh_installinit -p$(cloudpkg) -n --name hv-vss-daemon
dh_installinit -p$(cloudpkg) -n --name hv-fcopy-daemon
dh_systemd_enable -p$(cloudpkg)
dh_installinit -p$(cloudpkg) -o --name hv-kvp-daemon
dh_installinit -p$(cloudpkg) -o --name hv-vss-daemon
dh_installinit -p$(cloudpkg) -o --name hv-fcopy-daemon
dh_systemd_start -p$(cloudpkg)
endif
dh_installdeb -i
$(lockme) dh_gencontrol -i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment