X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-httpd%2Fapache2%2Fapache2_%25.bbappend;h=4ac56c22df1cc4b79de60a4090dc9c4eba7c6bb0;hb=9beb07b88d3f2e1ef6109815312c4587f91a10f7;hp=2799dfcc04d317c29e04dfdcc63ae0838240611d;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/recipes-httpd/apache2/apache2_%.bbappend b/meta-stx/recipes-httpd/apache2/apache2_%.bbappend index 2799dfc..4ac56c2 100644 --- a/meta-stx/recipes-httpd/apache2/apache2_%.bbappend +++ b/meta-stx/recipes-httpd/apache2/apache2_%.bbappend @@ -26,3 +26,6 @@ USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "-c 'Apache' -u 48 -g apache -s /sbin/nologin -r -d /usr/share/httpd apache" GROUPADD_PARAM_${PN} = "-g 48 -r apache" + +# since we switch keystone from apache to gunicorn, disable it as default +SYSTEMD_AUTO_ENABLE_${PN} = "disable"