1 2 3 4 5 6
#!/command/with-contenv sh # shellcheck shell=bash cd /app/apps/web; export LD_PRELOAD=/usr/local/lib/libjemalloc.so exec node server.js;