osmo-bts: Install the sysmobts-mgr.service and link it

Just because the the VTY/alarm handling was broken, we still want
to run the sysmobts-mgr.service to gain a response for ipaccess-find.
This commit is contained in:
Holger Hans Peter Freyther 2014-08-21 15:24:19 +02:00
parent c78433d945
commit bf2a3bdb18
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/featu
SRCREV_osmobts = "a19912db347af14dd7eec0fea5c897875f1ddf5a"
SRCREV_openbsc = "9b6258059598e1220c0af447c476c205eba619ee"
PV = "0.4.3+git${SRCPV}"
PR = "r13.${META_TELEPHONY_OSMO_INC}"
PR = "r14.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
@ -48,8 +48,8 @@ do_install_append() {
# Future sysmobts-mgr handling
#install -m 0660 ${S}/doc/examples/osmobts-mgr.cfg ${D}${sysconfdir}/osmocom
#install -m 0644 ${S}/contrib/sysmobts-mgr.service ${D}${systemd_unitdir}/system/
#ln -sf ../sysmobts-mgr.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
install -m 0644 ${S}/contrib/sysmobts-mgr.service ${D}${systemd_unitdir}/system/
ln -sf ../sysmobts-mgr.service ${D}${systemd_unitdir}/system/multi-user.target.wants/
}
do_install_append_sysmobts-v2() {