Use app name for god group, so that we can easily restart all app processes on the instance

This commit is contained in:
Bob Potter 2012-02-01 19:37:14 -06:00
parent 71b9b0804d
commit 380ca7b68e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ God.watch do |w|
w.name = "<%= "#{process.name}-#{num}" %>"
w.start = "<%= process.command %>"
w.keepalive
w.group = "<%= process.name %>"
w.group = "<%= app %>"
<%= extension(process.name) %>
end
<% end %>