Skip to content

Commit e8133eb

Browse files
committed
- swapping uid=git as per 5.0 install doc.
1 parent 2d47903 commit e8133eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.d/gitlab-centos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
NAME=gitlab
2121

2222
# The username and path to the gitlab source
23-
USER=$NAME
23+
USER=git
2424
APP_PATH=/home/$USER/gitlab
2525

2626
# The PID and LOCK files used by unicorn and sidekiq
@@ -113,4 +113,4 @@ case "$1" in
113113
;;
114114
esac
115115

116-
exit 0
116+
exit 0

0 commit comments

Comments
 (0)