I need to run multiple instances of my node app in cluster mode on an Ubuntu 14.04 machine. The problem I've encountered with is that it doesn't work with a non-root user while it keeps saying:
Script /path/to/bin/server.js had too many unstable restarts (15). Stopped. "errored"
It works perfectly with root user though.