Skip to content

Commit

Permalink
Remove -B from sentry-worker command line
Browse files Browse the repository at this point in the history
Update CHANGELOG to add missing hyphen
  • Loading branch information
Scott Merrill committed Jun 7, 2016
1 parent 460c52c commit 07c39c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- better bootstrap on very first install
- make default team the same name as the default organization
- only support Sentry versions 8.4.0 and up, due to changes to Sentry code
initial spec test
- initial spec test
* Fri Feb 26 2016 Dan Sajner <[email protected]) - 2.0.0
- BREAKING CHANGE - Add support for creating custom teams
- BREAKING CHANGE - Require Puppet >= 4
Expand Down
2 changes: 1 addition & 1 deletion templates/sentry-worker.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PIDFile=<%= @path %>/sentry-worker.pid
Environment=VIRTUAL_ENV="<%= @path %>"
Environment=PATH="$VIRTUAL_ENV/bin:$PATH"
WorkingDirectory=<%= @path %>
ExecStart=<%= @path %>/bin/sentry --config=<%= @path %> celery worker -B -f /var/log/sentry/sentry-worker.log --pidfile=/<%= @path %>/sentry-worker.pid
ExecStart=<%= @path %>/bin/sentry --config=<%= @path %> celery worker -f /var/log/sentry/sentry-worker.log --pidfile=/<%= @path %>/sentry-worker.pid
ExecStop=/bin/kill -KILL $MAINPID
ExecReload=/bin/kill -HUP $MAINPID

Expand Down

0 comments on commit 07c39c7

Please sign in to comment.