Skip to content

Commit cc244d1

Browse files
committed
Merge pull request #75 from jesseward/5.0-centos-init.d
- swapping uid=git as per 5.0 install doc.
2 parents 2d47903 + e8133eb commit cc244d1

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)