[Groonga-commit] groonga/groonga at 473de30 [master] deb: support Systemd for groonga-httpd

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu May 28 15:29:08 JST 2015


Masafumi Yokoyama	2015-05-28 15:29:08 +0900 (Thu, 28 May 2015)

  New Revision: 473de300f968b4fb56ec527241f3121ab5e06a8e
  https://github.com/groonga/groonga/commit/473de300f968b4fb56ec527241f3121ab5e06a8e

  Message:
    deb: support Systemd for groonga-httpd

  Added files:
    packages/debian/groonga-httpd.service

  Added: packages/debian/groonga-httpd.service (+15 -0) 100644
===================================================================
--- /dev/null
+++ packages/debian/groonga-httpd.service    2015-05-28 15:29:08 +0900 (7f19d72)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Groonga HTTP Server
+After=network.target
+Conflicts=groonga.service
+
+[Service]
+Type=forking
+User=root
+Group=root
+ExecStartPre=-/usr/bin/mkdir -p /var/log/groonga/httpd
+ExecStart=/usr/sbin/groonga-httpd
+ExecStop=/usr/sbin/groonga-httpd -s stop
+
+[Install]
+WantedBy=multi-user.target
-------------- next part --------------
HTML����������������������������...
다운로드 



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