Navigation Menu

Skip to content

Commit

Permalink
Shorten
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 63b5c32 commit 0124d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions droonga/templates/default/sv-droonga-engine-run.erb
Expand Up @@ -8,8 +8,8 @@ set -u

ulimit -n 20480

user="<%= node.droonga.engine.user_name %>"
group="<%= node.droonga.engine.group_name %>"
user="<%= engine.user_name %>"
group="<%= engine.group_name %>"
work_dir="$(eval "echo ~${user}")/droonga-engine/current"
config_dir="${work_dir}/config"

Expand Down

0 comments on commit 0124d44

Please sign in to comment.