Navigation Menu

Skip to content

Commit

Permalink
Fix path to the command to start the server.
Browse files Browse the repository at this point in the history
But command line options must be updated...
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 93c52ea commit 1aea0dd
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" bin/fluentd --config "${fluentd_conf}"
exec chpst -u "$user:$group" "${work_dir}/bin/droonga-engine" --config "${fluentd_conf}"

0 comments on commit 1aea0dd

Please sign in to comment.