Set dir for god config
This commit is contained in:
parent
380ca7b68e
commit
64bad12410
@ -5,6 +5,7 @@ God.watch do |w|
|
|||||||
w.start = "<%= process.command %>"
|
w.start = "<%= process.command %>"
|
||||||
w.keepalive
|
w.keepalive
|
||||||
w.group = "<%= app %>"
|
w.group = "<%= app %>"
|
||||||
|
w.dir = "<%= engine.directory %>"
|
||||||
<%= extension(process.name) %>
|
<%= extension(process.name) %>
|
||||||
end
|
end
|
||||||
<% end %>
|
<% end %>
|
||||||
|
Loading…
Reference in New Issue
Block a user