[Groonga-commit] droonga/droonga-http-server at ce8425e [master] Move unit file from /usr/lib to /etc

Back to archive index

KITAITI Makoto null+****@clear*****
Wed Jan 13 10:50:30 JST 2016


KITAITI Makoto	2016-01-13 10:50:30 +0900 (Wed, 13 Jan 2016)

  New Revision: ce8425e994f720347ce58870e38d2d4fa0dff7e0
  https://github.com/droonga/droonga-http-server/commit/ce8425e994f720347ce58870e38d2d4fa0dff7e0

  Merged 0f9441b: Merge pull request #13 from KitaitiMakoto/systemd

  Message:
    Move unit file from /usr/lib to /etc

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2016-01-12 14:15:45 +0900 (07dbc1f)
+++ install.sh    2016-01-13 10:50:30 +0900 (b507cc9)
@@ -317,7 +317,7 @@ installed_version() {
 register_service() {
   local unit=$NAME.service
 
-  curl -s -o /usr/lib/systemd/system/$unit $(download_url "install/$unit")
+  curl -s -o /etc/systemd/system/$unit $(download_url "install/$unit")
   if [ $? -ne 0 ]; then
     echo "ERROR: Failed to download systemd unit file!"
     exit 1
-------------- next part --------------
HTML����������������������������...
Download 



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