Install config files to /etc/default/

Related: OS#4326
Change-Id: Ibff534c2f247557bb4eb0f72b8babe85ad0b315b
This commit is contained in:
Harald Welte 2020-03-04 17:22:30 +01:00
parent 75b8eb3bcc
commit e10022df38
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
EXTRA_DIST = osmo-remsim-bankd \
OSMOCONF_FILES = osmo-remsim-bankd \
osmo-remsim-client \
osmo-remsim-client-0 osmo-remsim-client-1 osmo-remsim-client-2 osmo-remsim-client-3
EXTRA_DIST = $(OSMOCONF_FILES)
osmoconfdir = $(sysconfdir)/default
osmoconf_DATA = $(OSMOCONF_FILES)

View File

@ -1,2 +1,3 @@
usr/bin/osmo-remsim-bankd
lib/systemd/system/osmo-remsim-bankd.service
etc/default/osmo-remsim-bankd

View File

@ -1,2 +1,3 @@
usr/bin/osmo-remsim-client*
lib/systemd/system/osmo-remsim-client*
etc/default/osmo-remsim-client*