Hello I have an addon that recommends to use "forever" to start the js script like: forever start /path/to/file.js As if it crashes or stops running for whatever reason, forever will start it back up. I can run it without "forever" also using:...