mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-04-23 03:00:32 -04:00
Merge pull request #75 from jesseward/5.0-centos-init.d
- swapping uid=git as per 5.0 install doc.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
NAME=gitlab
|
||||
|
||||
# The username and path to the gitlab source
|
||||
USER=$NAME
|
||||
USER=git
|
||||
APP_PATH=/home/$USER/gitlab
|
||||
|
||||
# The PID and LOCK files used by unicorn and sidekiq
|
||||
@@ -113,4 +113,4 @@ case "$1" in
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user