Skip to content

Commit

Permalink
and need to pull uwsgi_bin from params
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesonjlee committed Jul 10, 2014
1 parent ddb9814 commit bcb1448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions definitions/uwsgi_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
extra_params += " --stats %s" % [params[:stats]] if params[:stats]
extra_params += " --emperor %s" % [params[:emperor]] if params[:emperor]
extra_params += " --buffer-size %s" % [params[:buffer_size]] if params[:buffer_size]
uwsgi_bin = params[:uwsgi_bin]

runit_service "uwsgi-#{params[:name]}" do
run_template_name "uwsgi"
Expand Down

0 comments on commit bcb1448

Please sign in to comment.