[Groonga-commit] groonga/groonga [master] rpm fedora: add missing --port option

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Sep 24 16:54:45 JST 2012


HAYASHI Kentaro	2012-09-24 16:54:45 +0900 (Mon, 24 Sep 2012)

  New Revision: dc741084fc1540b9f206a84a71b2e3a5512f0ef9
  https://github.com/groonga/groonga/commit/dc741084fc1540b9f206a84a71b2e3a5512f0ef9

  Log:
    rpm fedora: add missing --port option

  Modified files:
    data/systemd/fedora/groonga-server-gqtp.service
    data/systemd/fedora/groonga-server-http.service

  Modified: data/systemd/fedora/groonga-server-gqtp.service (+1 -1)
===================================================================
--- data/systemd/fedora/groonga-server-gqtp.service    2012-09-24 14:56:44 +0900 (76154ae)
+++ data/systemd/fedora/groonga-server-gqtp.service    2012-09-24 16:54:45 +0900 (666c160)
@@ -7,7 +7,7 @@ Type=forking
 EnvironmentFile=-/etc/sysconfig/groonga-server-gqtp
 User=groonga
 Group=groonga
-ExecStart=/usr/bin/groonga -d --pid-path /var/run/groonga/groonga-gqtp.pid --bind-address $ADDRESS --log-path $LOG_PATH --query-log-path $QUERY_LOG_PATH --protocol $PROTOCOL $DATABASE
+ExecStart=/usr/bin/groonga -d --pid-path /var/run/groonga/groonga-gqtp.pid --bind-address $ADDRESS --log-path $LOG_PATH --query-log-path $QUERY_LOG_PATH --protocol $PROTOCOL --port $PORT $DATABASE
 
 [Install]
 WantedBy=multi-user.target

  Modified: data/systemd/fedora/groonga-server-http.service (+1 -1)
===================================================================
--- data/systemd/fedora/groonga-server-http.service    2012-09-24 14:56:44 +0900 (b1afc83)
+++ data/systemd/fedora/groonga-server-http.service    2012-09-24 16:54:45 +0900 (6638e03)
@@ -7,7 +7,7 @@ Type=forking
 EnvironmentFile=-/etc/sysconfig/groonga-server-http
 User=groonga
 Group=groonga
-ExecStart=/usr/bin/groonga -d --pid-path /var/run/groonga/groonga-http.pid --bind-address $ADDRESS --log-path $LOG_PATH --query-log-path $QUERY_LOG_PATH --protocol $PROTOCOL $DATABASE
+ExecStart=/usr/bin/groonga -d --pid-path /var/run/groonga/groonga-http.pid --bind-address $ADDRESS --log-path $LOG_PATH --query-log-path $QUERY_LOG_PATH --protocol $PROTOCOL --port $PORT $DATABASE
 
 [Install]
 WantedBy=multi-user.target
-------------- next part --------------
HTML����������������������������...
Download 



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