[Groonga-commit] groonga/groonga at f8dc03c [master] centos systemd: add more configurations

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 22 17:01:12 JST 2016


Kouhei Sutou	2016-04-22 17:01:12 +0900 (Fri, 22 Apr 2016)

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

  Message:
    centos systemd: add more configurations

  Modified files:
    data/systemd/centos/groonga-httpd.service.in

  Modified: data/systemd/centos/groonga-httpd.service.in (+5 -1)
===================================================================
--- data/systemd/centos/groonga-httpd.service.in    2016-04-22 17:00:39 +0900 (d439e00)
+++ data/systemd/centos/groonga-httpd.service.in    2016-04-22 17:01:12 +0900 (b75c6c7)
@@ -10,8 +10,12 @@ User=root
 Group=root
 EnvironmentFile=-/etc/sysconfig/groonga-httpd
 ExecStartPre=-/usr/bin/mkdir -p /var/log/groonga/httpd
+ExecStartPre=/usr/bin/rm -f @GROONGA_HTTPD_PID_PATH@
+ExecStartPre=/usr/sbin/groonga-httpd -t
 ExecStart=/usr/sbin/groonga-httpd
-ExecStop=/usr/sbin/groonga-httpd -s stop
+KillMode=process
+KillSignal=SIGQUIT
+PrivateTmp=true
 
 [Install]
 WantedBy=multi-user.target
-------------- next part --------------
HTML����������������������������...
Download 



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