[3.4.2] fix start js (#7614)
* refactoring * fixed start js-executor typo
This commit is contained in:
parent
1d2097d2bf
commit
5b1642246d
@ -27,4 +27,4 @@ source "${CONF_FOLDER}/${configfile}"
|
|||||||
cd ${pkg.installFolder}
|
cd ${pkg.installFolder}
|
||||||
|
|
||||||
# This will forward this PID 1 to the node.js and forward SIGTERM for graceful shutdown as well
|
# 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user