File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
#
3
3
# GitLab
4
- # Maintainer: @elvanja, @troyanov, @eiyaya
5
- # App Version: 4.1
4
+ # Maintainer: @elvanja, @troyanov, @eiyaya, @foyo23
5
+ # App Version: 5.0.0
6
6
7
7
# chkconfig: 2345 82 55
8
8
# processname: unicorn
17
17
. /etc/rc.d/init.d/functions
18
18
19
19
# The name of the service
20
- NAME=gitlab
20
+ NAME=git
21
21
22
22
# The username and path to the gitlab source
23
23
USER=git
@@ -33,7 +33,7 @@ SLOCK=/var/lock/subsys/sidekiq
33
33
OPTS=" -c $APP_PATH /config/unicorn.rb -E production -D"
34
34
35
35
# 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 && "
37
37
38
38
start () {
39
39
cd $APP_PATH
You can’t perform that action at this time.
0 commit comments