From: Litao Gao Date: Wed, 20 May 2020 15:17:13 +0000 (-0400) Subject: dnsmasq: disable dnsmasq service as default X-Git-Tag: bronze-rc3~15^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ffd9627fe097b5ae3ddcf69a36a5b4eec761d899;p=pti%2Frtp.git dnsmasq: disable dnsmasq service as default STX service manager assumes dnsmasq service is disabled as defaut. Issue-ID: INF-124 Signed-off-by: Litao Gao Change-Id: I1a46d2cee87f6eb5e1dbb961463fbc8441a1d414 --- diff --git a/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb b/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb index 3258f44..9cda553 100644 --- a/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb +++ b/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb @@ -133,3 +133,4 @@ RPROVIDES_${PN} += "${PN}-systemd" RREPLACES_${PN} += "${PN}-systemd" RCONFLICTS_${PN} += "${PN}-systemd" SYSTEMD_SERVICE_${PN} = "dnsmasq.service" +SYSTEMD_AUTO_ENABLE_${PN} = "disable"