diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-28 09:03:19 -0700 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-28 09:03:19 -0700 |
commit | 6fdbc6b5bdb805d1faefe3f26105d5adfa37d5a1 (patch) | |
tree | 8fa0d883487f833ff77a2bdc492d2485f1a49f72 | |
parent | f5432e015d173f2665f7ca34735057e7b2b25d16 (diff) | |
parent | cd5825cbb3d04a11d352f0abccea73f834373996 (diff) | |
download | gitblit-6fdbc6b5bdb805d1faefe3f26105d5adfa37d5a1.tar.gz gitblit-6fdbc6b5bdb805d1faefe3f26105d5adfa37d5a1.zip |
Merge pull request #9 from mohamedmansour/master
Fixes chkconfig for centos / rhel service installations.
-rw-r--r-- | distrib/gitblit-centos | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/gitblit-centos b/distrib/gitblit-centos index 387d1fbf..c9fe151e 100644 --- a/distrib/gitblit-centos +++ b/distrib/gitblit-centos @@ -1,5 +1,6 @@ #!/bin/bash # chkconfig: 3 21 91 +# description: Starts and Stops gitblit # Source function library. . /etc/init.d/functions |