Skip to content

Instantly share code, notes, and snippets.

@mariapaulinar
Created October 20, 2017 13:12
Show Gist options
  • Save mariapaulinar/3047ad669f2581bfc7ce008848c9bf0d to your computer and use it in GitHub Desktop.
Save mariapaulinar/3047ad669f2581bfc7ce008848c9bf0d to your computer and use it in GitHub Desktop.
Ejecutar una aplicación de nodejs en Ubuntu 16, para que corra en background usando foreverjs
sudo killall nodejs
sudo forever start --minUptime 1000 --spinSleepTime 1000 aplicacion-node.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment