HAYASHI Kentaro
null+****@clear*****
Mon Sep 24 14:35:49 JST 2012
HAYASHI Kentaro 2012-09-24 14:35:49 +0900 (Mon, 24 Sep 2012) New Revision: c2b99fb5c201dfc3060bf9dce1efe4de0f229f72 https://github.com/groonga/groonga/commit/c2b99fb5c201dfc3060bf9dce1efe4de0f229f72 Log: rpm fedora: split groonga.service script Copied files: data/systemd/fedora/groonga-server-gqtp.service (from data/systemd/fedora/groonga.service) Modified files: data/systemd/fedora/Makefile.am Renamed files: data/systemd/fedora/groonga-server-http.service (from data/systemd/fedora/groonga.service) Modified: data/systemd/fedora/Makefile.am (+2 -1) =================================================================== --- data/systemd/fedora/Makefile.am 2012-09-24 14:14:53 +0900 (473dd07) +++ data/systemd/fedora/Makefile.am 2012-09-24 14:35:49 +0900 (97caba3) @@ -1,7 +1,8 @@ SUBDIRS = sysconfig services = \ - groonga.service \ + groonga-server-http.service \ + groonga-server-gqtp.service \ groonga-httpd.service if FEDORA_PLATFORM Copied: data/systemd/fedora/groonga-server-gqtp.service (+2 -2) 56% =================================================================== --- data/systemd/fedora/groonga.service 2012-09-24 14:14:53 +0900 (516fb3f) +++ data/systemd/fedora/groonga-server-gqtp.service 2012-09-24 14:35:49 +0900 (76154ae) @@ -4,10 +4,10 @@ After=network.target [Service] Type=forking -EnvironmentFile=-/etc/sysconfig/groonga +EnvironmentFile=-/etc/sysconfig/groonga-server-gqtp User=groonga Group=groonga -ExecStart=/usr/bin/groonga -d --pid-path /var/run/groonga/groonga.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 $DATABASE [Install] WantedBy=multi-user.target Renamed: data/systemd/fedora/groonga-server-http.service (+2 -2) 56% =================================================================== --- data/systemd/fedora/groonga.service 2012-09-24 14:14:53 +0900 (516fb3f) +++ data/systemd/fedora/groonga-server-http.service 2012-09-24 14:35:49 +0900 (b1afc83) @@ -4,10 +4,10 @@ After=network.target [Service] Type=forking -EnvironmentFile=-/etc/sysconfig/groonga +EnvironmentFile=-/etc/sysconfig/groonga-server-http User=groonga Group=groonga -ExecStart=/usr/bin/groonga -d --pid-path /var/run/groonga/groonga.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 $DATABASE [Install] WantedBy=multi-user.target -------------- next part -------------- HTML����������������������������... Download