[Groonga-commit] droonga/droonga-http-server at 00742b8 [master] run systemctl command without full path for portability

Back to archive index

KITAITI Makoto null+****@clear*****
Wed Jan 13 23:54:35 JST 2016


KITAITI Makoto	2016-01-13 23:54:35 +0900 (Wed, 13 Jan 2016)

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

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

  Message:
    run systemctl command without full path for portability

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2016-01-13 10:50:30 +0900 (b507cc9)
+++ install.sh    2016-01-13 23:54:35 +0900 (080bc61)
@@ -323,7 +323,7 @@ register_service() {
     exit 1
   fi
 
-  /usr/bin/systemctl enable $unit
+  systemctl enable $unit
 }
 
 # ====================== for Debian/Ubuntu ==========================
-------------- next part --------------
HTML����������������������������...
Download 



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