Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Sm/postgis #60

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix missing continuation marker. Doh.
  • Loading branch information
smeyfroi committed Mar 28, 2013
commit 3a4755fde2dfc74a9181c446b5f9359856bfeafb
2 changes: 1 addition & 1 deletion templates/default/sv-unicorn-run.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd <%= @options[:app].path %>/current

exec 2>&1
exec <%= node[:runit][:chpst_bin] %> \
<% if @options[:env_dir] %>-e <%= node[:runit][:sv_dir] %>/<%= @options[:app].application.name %>/env<% end %>
<% if @options[:env_dir] %>-e <%= node[:runit][:sv_dir] %>/<%= @options[:app].application.name %>/env<% end %> \
-u <%= @options[:app].owner %>:<%= @options[:app].group %> \
<%= @options[:bundler] ? "#{@options[:bundle_command]} exec" : '' %> \
<%= @options[:smells_like_rack] ? 'unicorn' : 'unicorn_rails' %> \
Expand Down