daniel has uploaded this change for review. ( https://gerrit.osmocom.org/12726
Change subject: systemd: Install OC2G service files with autotools ...................................................................... systemd: Install OC2G service files with autotools Change-Id: Ifd37b6a01ad9007a9e887fe3dd208dc74047b4d8 --- M contrib/systemd/Makefile.am 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/26/12726/1 diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am index b07299d..f34437c 100644 --- a/contrib/systemd/Makefile.am +++ b/contrib/systemd/Makefile.am @@ -24,5 +24,9 @@ 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 -- To view, visit https://gerrit.osmocom.org/12726 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ifd37b6a01ad9007a9e887fe3dd208dc74047b4d8 Gerrit-Change-Number: 12726 Gerrit-PatchSet: 1 Gerrit-Owner: daniel <[email protected]>
