Skip to content

Commit 9a07e96

Browse files
authored
Merge pull request #268 from rdkcentral/xdns
RDKBACCL-942 : CcspXdnsSsp process is not running
2 parents bc4dd22 + ca64900 commit 9a07e96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/ccsp-common-library.bbappend

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ do_install_append_class-target() {
5656
#SNMP SUPPORT
5757
sed -i "/tcp\:192.168.254.253\:705/a ExecStart=\/usr\/bin\/snmp_subagent \&" ${D}${systemd_unitdir}/system/snmpSubAgent.service
5858

59+
#Xdns service
60+
install -D -m 0644 ${S}/systemd_units/CcspXdnsSsp.service ${D}${systemd_unitdir}/system/CcspXdnsSsp.service
61+
5962
#Updating the checkfilogicwifisupport.service
6063
sed -i "s/forking/oneshot/g" ${D}${systemd_unitdir}/system/checkfilogicwifisupport.service
6164
sed -i "/ExecStart=/i RemainAfterExit=yes" ${D}${systemd_unitdir}/system/checkfilogicwifisupport.service
@@ -87,6 +90,7 @@ SYSTEMD_SERVICE_${PN} += "parodus.service"
8790
SYSTEMD_SERVICE_${PN} += "webpa.service"
8891
SYSTEMD_SERVICE_${PN}_remove = " utopia.service"
8992
SYSTEMD_SERVICE_${PN} += " CcspAdvSecuritySsp.service"
93+
SYSTEMD_SERVICE_${PN} += "CcspXdnsSsp.service"
9094

9195
FILES_${PN}_remove_onewifi = "${systemd_unitdir}/system/ccspwifiagent.service"
9296
FILES_${PN}_remove = "${systemd_unitdir}/system/utopia.service"
@@ -97,6 +101,7 @@ FILES_${PN}_append = " \
97101
${systemd_unitdir}/system/CcspTelemetry.service \
98102
${systemd_unitdir}/system/notifyComp.service \
99103
${systemd_unitdir}/system/gwprovapp.service \
104+
${systemd_unitdir}/system/CcspXdnsSsp.service \
100105
${systemd_unitdir}/system/gwprovapp.service.d/gwprovapp.conf \
101106
${systemd_unitdir}/system/parodus.service \
102107
${systemd_unitdir}/system/webpa.service \

0 commit comments

Comments
 (0)