From 3bf27cefbb273d84af725ce585fbad973e3f16fd Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 30 Jan 2019 09:40:12 +0100 Subject: systemd: Install OC2G service files with autotools Change-Id: Ifd37b6a01ad9007a9e887fe3dd208dc74047b4d8 --- contrib/systemd/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/systemd/Makefile.am') 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 -- cgit v1.2.3