Navigation Menu

Skip to content

Commit

Permalink
Don't specify unknown option "--config" for the droonga-engine command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 82001b3 commit 1c4af5a
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" bundle exec "${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 1c4af5a

Please sign in to comment.