[Groonga-commit] ranguba/chupa-text-vagrant at 9dd57cc [master] Add systemd service file

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 18 17:25:52 JST 2017


Kouhei Sutou	2017-07-18 17:25:52 +0900 (Tue, 18 Jul 2017)

  New Revision: 9dd57ccba02d4cded7e06666f64142ae302d77f6
  https://github.com/ranguba/chupa-text-vagrant/commit/9dd57ccba02d4cded7e06666f64142ae302d77f6

  Message:
    Add systemd service file

  Added files:
    usr/lib/systemd/system/chupa-text.service

  Added: usr/lib/systemd/system/chupa-text.service (+15 -0) 100644
===================================================================
--- /dev/null
+++ usr/lib/systemd/system/chupa-text.service    2017-07-18 17:25:52 +0900 (c4038eb)
@@ -0,0 +1,15 @@
+[Unit]
+Description=ChupaText - Text extraction service
+After=network.target
+
+[Service]
+Type=fork
+User=root
+Group=root
+WorkingDirectory=/var/lib/chupa-text
+ExecStart=/usr/bin/vagrant up
+ExecStop=/usr/bin/vagrant halt
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
-------------- next part --------------
HTML����������������������������...
Download 



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