Use app name for god group, so that we can easily restart all app processes on the instance
This commit is contained in:
parent
71b9b0804d
commit
380ca7b68e
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue