TT#49150 Namespace binary name with ngcp-

Change-Id: I317987620a78f3f7f144c17411c96db7c18e252c
changes/24/26924/1
Guillem Jover 7 years ago
parent 55e32ef6a6
commit d7c6a436f3

@ -1,4 +1,4 @@
BIN=mediator
BIN=ngcp-mediator
VERSION := $(shell sed -n -e '1s/^.*(\(.*\)).*$$/\1/p' debian/changelog)

@ -1,5 +1,5 @@
loglevel=6
pidfile=/run/mediator.pid
pidfile=/run/ngcp-mediator.pid
interval=10
med-host=localhost
med-port=3306

@ -1,2 +1,2 @@
debian/ngcp-mediator.conf etc/ngcp-mediator/
mediator usr/bin/
ngcp-mediator usr/bin/

@ -1,2 +1,2 @@
ngcp-mediator: binary-without-manpage usr/bin/mediator
ngcp-mediator: binary-without-manpage usr/bin/ngcp-mediator
ngcp-mediator: init.d-script-not-included-in-package etc/init.d/ngcp-mediator

@ -8,7 +8,7 @@ Wants=redis-server.service
[Service]
Type=notify
ExecStart=/usr/bin/mediator
ExecStart=/usr/bin/ngcp-mediator
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save