Merge "keystone: switch keystone frontend to gunicorn to align with stx"
authorXiaohua Zhang <xiaohua.zhang@windriver.com>
Mon, 27 Apr 2020 13:55:03 +0000 (13:55 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 27 Apr 2020 13:55:03 +0000 (13:55 +0000)
meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb

index 4fdfddf..09bf22f 100644 (file)
@@ -358,7 +358,9 @@ pkg_postinst_ontarget_lighttpd-config() {
 
        # /etc/rc.d/init.d/lighttpd is not a config file, so replace it here if it doesn't match
        cp --preserve=xattr -f ${datadir}/starlingx/lighttpd.init ${sysconfdir}/rc.d/init.d/lighttpd
+       cp --preserve=xattr -f ${datadir}/starlingx/lighttpd.init ${sysconfdir}/init.d/lighttpd
        chmod 755 ${sysconfdir}/rc.d/init.d/lighttpd
+       chmod 755 ${sysconfdir}/init.d/lighttpd
 }
 
 pkg_postinst_ontarget_logrotate-config() {