diff --git a/scripts/install_devkit.sh b/scripts/install_devkit.sh index 11d2ec8bdea92e78fd9c316da3e87ddf85331d2e..35d72e7f4524b6399b8ccee904908dc0a1e85832 100644 --- a/scripts/install_devkit.sh +++ b/scripts/install_devkit.sh @@ -81,11 +81,9 @@ function modify_guncorn_service_file() { cp -f ${ROOTFS}/tmp/DevKit-All-24.0.T10-Linux-Kunpeng/config/gunicorn_framework.service ${ROOTFS}/usr/lib/systemd/system/gunicorn_framework.service run_on_rootfs "systemctl enable gunicorn_plugin.service" - run_on_rootfs "systemctl deamon-reload gunicorn_plugin.service" run_on_rootfs "systemctl enable gunicorn_framework.service" - run_on_rootfs "systemctl deamon-reload gunicorn_framework.service" run_on_rootfs "systemctl enable devkit_nginx.service" - run_on_rootfs "systemctl deamon-reload devkit_nginx.service" + run_on_rootfs "systemctl daemon-reload } function install_kit()