Set dir for god config

This commit is contained in:
Bob Potter 2012-02-01 22:06:01 -06:00
parent 380ca7b68e
commit 64bad12410
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ God.watch do |w|
w.start = "<%= process.command %>"
w.keepalive
w.group = "<%= app %>"
w.dir = "<%= engine.directory %>"
<%= extension(process.name) %>
end
<% end %>