Skip to content

Instantly share code, notes, and snippets.

@ionatan-israel
Created May 30, 2014 20:56
Show Gist options
  • Save ionatan-israel/9b11a306ee58a9b886ab to your computer and use it in GitHub Desktop.
Save ionatan-israel/9b11a306ee58a9b886ab to your computer and use it in GitHub Desktop.
Supervisor:: Configuración correr Sentry como un servicio.
[program:centinela]
command=/home/sentry/.virtualenvs/sentry/bin/sentry start http
environment=PATH="/home/sentry/.virtualenvs/sentry/bin"
directory=/home/sentry/
user=sentry
autostart=true
autorestart=true
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment