aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-01-30 09:40:12 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2019-01-30 09:40:52 +0100
commit3bf27cefbb273d84af725ce585fbad973e3f16fd (patch)
treefc9c16228279a164d0e9c9ff955105a3706ac4ae /contrib
parente8ebbe300c58c50e82ecd365e90659eafc714dc0 (diff)
systemd: Install OC2G service files with autotools
Diffstat (limited to 'contrib')
-rw-r--r--contrib/systemd/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
index b07299da..f34437cf 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -24,5 +24,9 @@ if ENABLE_LC15BTS
SYSTEMD_SERVICES += osmo-bts-lc15.service lc15bts-mgr.service
endif
+if ENABLE_OC2GBTS
+SYSTEMD_SERVICES += osmo-bts-oc2g.service oc2gbts-mgr.service
+endif
+
systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif # HAVE_SYSTEMD