[Groonga-commit] groonga/groonga at 6d2adfe [master] centos systemd: specify PIDFile explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 22 16:55:23 JST 2016


Kouhei Sutou	2016-04-22 16:55:23 +0900 (Fri, 22 Apr 2016)

  New Revision: 6d2adfe4508f056f211d59e20d2c59a9c9aa5610
  https://github.com/groonga/groonga/commit/6d2adfe4508f056f211d59e20d2c59a9c9aa5610

  Message:
    centos systemd: specify PIDFile explicitly

  Modified files:
    .gitignore
    configure.ac
    packages/yum/Makefile.am
  Renamed files:
    data/systemd/centos/groonga-httpd.service.in
      (from data/systemd/centos/groonga-httpd.service)

  Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore    2016-04-22 16:47:12 +0900 (149d015)
+++ .gitignore    2016-04-22 16:55:23 +0900 (d9ef892)
@@ -38,6 +38,7 @@ cmake_install.cmake
 /data/groonga-httpd.conf
 /data/logrotate.d/centos/groonga-httpd
 /data/scripts/groonga-httpd-restart
+/data/systemd/centos/groonga-httpd.service
 /vendor/nginx-*/objs
 /vendor/mruby/LEGAL
 /vendor/mruby/mrblib.c

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2016-04-22 16:47:12 +0900 (fa48839)
+++ configure.ac    2016-04-22 16:55:23 +0900 (03045a6)
@@ -1675,6 +1675,7 @@ AC_OUTPUT([
   data/groonga-httpd.conf
   data/logrotate.d/centos/groonga-httpd
   data/scripts/groonga-httpd-restart
+  data/systemd/centos/groonga-httpd.service
   ])
 
 echo "$PACKAGE_NAME $PACKAGE_VERSION configuration:"

  Renamed: data/systemd/centos/groonga-httpd.service.in (+1 -0) 91%
===================================================================
--- data/systemd/centos/groonga-httpd.service    2016-04-22 16:47:12 +0900 (e9c1210)
+++ data/systemd/centos/groonga-httpd.service.in    2016-04-22 16:55:23 +0900 (5e5d41a)
@@ -5,6 +5,7 @@ Conflicts=groonga.service
 
 [Service]
 Type=forking
+PIDFile=@GROONGA_HTTPD_PID_PATH@
 User=root
 Group=root
 EnvironmentFile=-/etc/sysconfig/groonga-httpd

  Modified: packages/yum/Makefile.am (+1 -1)
===================================================================
--- packages/yum/Makefile.am    2016-04-22 16:47:12 +0900 (b60a91a)
+++ packages/yum/Makefile.am    2016-04-22 16:55:23 +0900 (57f2c29c)
@@ -47,7 +47,7 @@ build-in-vm: source specs env.sh
 	    fi;							\
 	    id=centos-$$version-$$architecture;			\
 	    vagrant up $$id;					\
-	    vagrant destroy --force $$id;			\
+	    : vagrant destroy --force $$id;			\
 	  done;							\
 	done
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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