File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22#
33# GitLab
4- # Maintainer: @elvanja, @troyanov, @eiyaya
5- # App Version: 4.1
4+ # Maintainer: @elvanja, @troyanov, @eiyaya, @foyo23
5+ # App Version: 5.0.0
66
77# chkconfig: 2345 82 55
88# processname: unicorn
1717. /etc/rc.d/init.d/functions
1818
1919# The name of the service
20- NAME=gitlab
20+ NAME=git
2121
2222# The username and path to the gitlab source
2323USER=$NAME
@@ -33,7 +33,7 @@ SLOCK=/var/lock/subsys/sidekiq
3333OPTS=" -c $APP_PATH /config/unicorn.rb -E production -D"
3434
3535# Ruby related path update
36- RUBY_PATH_PATCH=" PATH=$PATH :/usr/local/bin:/usr/local/lib:/home/gitlab /bin && export PATH && "
36+ RUBY_PATH_PATCH=" PATH=$PATH :/usr/local/bin:/usr/local/lib:/home/git /bin && export PATH && "
3737
3838start () {
3939 cd $APP_PATH
@@ -113,4 +113,4 @@ case "$1" in
113113 ;;
114114esac
115115
116- exit 0
116+ exit 0
You can’t perform that action at this time.
0 commit comments