Navigation Menu

Skip to content

Commit

Permalink
Run server process via bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 9cd1e65 commit 57e68e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga/templates/default/sv-droonga-engine-run.erb
Expand Up @@ -16,4 +16,4 @@ fluentd_conf="${config_dir}/fluentd.conf"
export DROONGA_CATALOG="${config_dir}/catalog.json"

cd "$work_dir"
exec chpst -u "$user:$group" "${work_dir}/bin/droonga-engine" --config "${fluentd_conf}"
exec chpst -u "$user:$group" bundle exec "${work_dir}/bin/droonga-engine" --config "${fluentd_conf}"

0 comments on commit 57e68e6

Please sign in to comment.