Skip to content

Instantly share code, notes, and snippets.

@mandx
Forked from ianawilson/sentry.conf
Last active February 9, 2022 09:20
Show Gist options
  • Save mandx/6186081 to your computer and use it in GitHub Desktop.
Save mandx/6186081 to your computer and use it in GitHub Desktop.

Revisions

  1. mandx renamed this gist Aug 8, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. mandx revised this gist Aug 8, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions sentry.conf
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    expect fork
    start on startup
    setuid itslocal

    exec sudo -u itslocal /srv/sentry/bin/sentry --config=/srv/sentry/sentry.conf.py start
    exec /path/to/the/python-lib/or/virtualenv/bin/sentry --config=/path/to/my/sentry.conf.py start
  3. @ianawilson ianawilson created this gist Jul 24, 2012.
    4 changes: 4 additions & 0 deletions sentry.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    expect fork
    start on startup

    exec sudo -u itslocal /srv/sentry/bin/sentry --config=/srv/sentry/sentry.conf.py start