[Groonga-commit] droonga/chef-cookbooks at 1aea0dd [master] Fix path to the command to start the server.

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 18 15:38:59 JST 2014


YUKI Hiroshi	2014-04-18 15:38:59 +0900 (Fri, 18 Apr 2014)

  New Revision: 1aea0dd7b3bcdc3480155d08daaae50d9f55e52a
  https://github.com/droonga/chef-cookbooks/commit/1aea0dd7b3bcdc3480155d08daaae50d9f55e52a

  Message:
    Fix path to the command to start the server.
    
    But command line options must be updated...

  Modified files:
    droonga/templates/default/sv-droonga-engine-run.erb

  Modified: droonga/templates/default/sv-droonga-engine-run.erb (+1 -1)
===================================================================
--- droonga/templates/default/sv-droonga-engine-run.erb    2014-04-18 15:20:16 +0900 (2d4ab3a)
+++ droonga/templates/default/sv-droonga-engine-run.erb    2014-04-18 15:38:59 +0900 (7694ae8)
@@ -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}"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index