Skip to content

Instantly share code, notes, and snippets.

@sgomez84
Created March 6, 2017 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgomez84/cc5f4e0b2d1620518918f5c58a584997 to your computer and use it in GitHub Desktop.
Save sgomez84/cc5f4e0b2d1620518918f5c58a584997 to your computer and use it in GitHub Desktop.
[program:nodeapp]
command = node /data/nodeapp/report_node_app/bin/www
directory = /data/nodeapp/report_node_app
user = root
autostart = true
autorestart = true
stdout_logfile = /data/log/supervisor/nodeapp.log
stderr_logfile = /data/log/supervisor/nodeapp_err.log
environment = NODE_ENV="production"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment