Skip to content

Instantly share code, notes, and snippets.

@jincod
Created November 14, 2014 21:23
Show Gist options
  • Save jincod/500f7f75c017e0e55a52 to your computer and use it in GitHub Desktop.
Save jincod/500f7f75c017e0e55a52 to your computer and use it in GitHub Desktop.
Supervisor simple config
[program:sample]
command=coffee index.coffee
user=deployer
stdout_logfile=/var/projects/sample/logs/supervisor/access.log
stderr_logfile=/var/projects/sample/logs/supervisor/error.log
directory=/var/projects/sample/server/
autostart=true
autorestart=true
redirect_stderr=true
environment=NODE_ENV=production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment