aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:20:42 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:31:09 +0200
commit7ebfd065dac1bfcce186ec99da256afd1b249c1c (patch)
tree0ea7f25260657e52c490ad9d8bd2006d9221c130
parent966fcb2ca8d2021b8337b89ae92292bf93848598 (diff)
Install sample cfg file to /etc/osmocompespin/systemd
-rw-r--r--debian/osmo-hlr.install1
-rw-r--r--doc/examples/Makefile.am5
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/osmo-hlr.install b/debian/osmo-hlr.install
index 5a7c37b..1b2cb56 100644
--- a/debian/osmo-hlr.install
+++ b/debian/osmo-hlr.install
@@ -1,3 +1,4 @@
+/etc/osmocom/osmo-hlr.cfg
/lib/systemd/system/osmo-hlr.service
/usr/bin/osmo-hlr
/usr/bin/osmo-hlr-db-tool
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 530c3fa..fa8ab9b 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,8 @@
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = osmo-hlr.cfg
+
+EXTRA_DIST = osmo-hlr.cfg
+
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
dist-hook: