1 2 3 4 5 6 7 8
#!/bin/bash set -eu export NODE_ENV=production forever start --workingDir /app/code app.js /app/data forever logs -f 0