sentry.ini 773 Bytes
Newer Older
Gliders User's avatar
Gliders User committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
[program:sentry-web]
directory=/local/sentry/
user=sentry
environment=PATH="/local/sentry/pythonenv/bin"
command=/local/sentry/pythonenv/bin/sentry start
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=syslog
stderr_logfile=syslog

[program:sentry-worker]
directory=/local/sentry/
user=sentry
environment=PATH="/local/sentry/pythonenv/bin"
command=/local/sentry/pythonenv/bin/sentry celery worker
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=syslog
stderr_logfile=syslog

[program:sentry-cron]
directory=/local/sentry/
user=sentry
environment=PATH="/local/sentry/pythonenv/bin"
command=/local/sentry/pythonenv/bin/sentry celery beat
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=syslog
stderr_logfile=syslog