where did i actually spell this correctly?
This commit is contained in:
parent
7165b24ee4
commit
6a0f374470
@ -15,7 +15,7 @@ end
|
|||||||
port = <%= thin_port %> + port_id
|
port = <%= thin_port %> + port_id
|
||||||
|
|
||||||
God.watch do |w|
|
God.watch do |w|
|
||||||
# assign all watches to this group so personal_diety can stop/start them all at once
|
# assign all watches to this group so personal_deity can stop/start them all at once
|
||||||
w.group = "<%= application %>"
|
w.group = "<%= application %>"
|
||||||
w.name = "<%= application %>-thin-#{port}"
|
w.name = "<%= application %>-thin-#{port}"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
base_command="bundle exec god -p <%= god_port %>"
|
base_command="bundle exec god -p <%= god_port %>"
|
||||||
if [ -z $1 ]; then
|
if [ -z $1 ]; then
|
||||||
$base_command --log-level <%= god_log_level %> -l <%= personal_diety_target %>/god.log -c <%= config_path %> -P <%= personal_diety_target %>/god.pid
|
$base_command --log-level <%= god_log_level %> -l <%= personal_deity_target %>/god.log -c <%= config_path %> -P <%= personal_deity_target %>/god.pid
|
||||||
else
|
else
|
||||||
$base_command $@
|
$base_command $@
|
||||||
fi
|
fi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
job_type :god, '<%= generate_personal_diety_command %>'
|
job_type :god, '<%= generate_personal_deity_command %>'
|
||||||
|
|
||||||
every(:reboot) { god "run" }
|
every(:reboot) { god "run" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user