Skip to content

Instantly share code, notes, and snippets.

@astroanu
Created April 25, 2017 04:20
Show Gist options
  • Save astroanu/9810a7cd8b2aabde32c59d357d35de96 to your computer and use it in GitHub Desktop.
Save astroanu/9810a7cd8b2aabde32c59d357d35de96 to your computer and use it in GitHub Desktop.
suprevisord config
[program:project]
command=node server/index.js
autostart=true
directory=/home/www/project
autorestart=true
stderr_logfile=/var/log/project.err.log
stdout_logfile=/var/log/project.out.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment