[3.4.2] fix start js (#7614)

* refactoring

* fixed start js-executor typo
This commit is contained in:
Yevhen Bondarenko 2022-11-14 13:30:05 +01:00 committed by GitHub
parent 1d2097d2bf
commit 5b1642246d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,4 @@ source "${CONF_FOLDER}/${configfile}"
cd ${pkg.installFolder}
# This will forward this PID 1 to the node.js and forward SIGTERM for graceful shutdown as well
exec --no-compilation-cache node server.js
exec node --no-compilation-cache server.js