[Groonga-commit] droonga/droonga-http-server at 60f239f [master] Use pid_file option defined in the configuration file correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 29 18:09:13 JST 2014


YUKI Hiroshi	2014-08-29 18:09:13 +0900 (Fri, 29 Aug 2014)

  New Revision: 60f239ffa8cd7385bcf9757c65d6e3d74b3ed39c
  https://github.com/droonga/droonga-http-server/commit/60f239ffa8cd7385bcf9757c65d6e3d74b3ed39c

  Message:
    Use pid_file option defined in the configuration file correctly

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+1 -0)
===================================================================
--- bin/droonga-http-server    2014-08-29 16:26:19 +0900 (027f743)
+++ bin/droonga-http-server    2014-08-29 18:09:13 +0900 (38da3bb)
@@ -23,6 +23,7 @@ var baseDir = defaultConfigs.baseDir;
 options.port             = defaultConfigs.port;
 options.accessLogFile    = defaultConfigs.access_log_file;
 options.systemLogFile    = defaultConfigs.system_log_file;
+options.pidFile          = defaultConfigs.pid_file
 options.cacheSize        = defaultConfigs.cache_size;
 options.enableTrustProxy = defaultConfigs.enable_trust_proxy;
 options.plugins          = defaultConfigs.plugins;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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