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:
Dmitriy Zaporozhets
2013-04-03 00:05:06 -07:00

View File

@@ -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