TT#61954 Fix systemd service files installation

We need to namespace them, and use dh_installsystemd instead of
dh_installinit.

Change-Id: Ibd5ed70008df62c9610f40229212e61a598d88c3
changes/40/31940/1
Guillem Jover 7 years ago
parent bd93c75e0e
commit b355100980

6
debian/rules vendored

@ -218,10 +218,8 @@ binary-common:
# and install service files (they are not copied automatically if having
# only calls of dh_installinit without specific "name" for the service
# files)
dh_installinit --name=kamailio-lb
dh_installinit --name=kamailio-proxy
dh_installinit --name=ngcp-kamailio
dh_installinit --name=ngcp-kamailio-radius-modules
dh_installsystemd --name=kamailio-lb
dh_installsystemd --name=kamailio-proxy
dh_installcron
dh_installman
dh_installinfo

Loading…
Cancel
Save