Update default file for init script
This commit is contained in:
parent
6eccbab227
commit
a72ca86192
1 changed files with 2 additions and 1 deletions
3
debian/conf/gitlab
vendored
3
debian/conf/gitlab
vendored
|
@ -9,6 +9,7 @@ RAILS_ENV="production"
|
|||
|
||||
# Read debian specific configuration
|
||||
. /etc/gitlab/gitlab-debian.conf
|
||||
. /etc/gitlab-common/gitlab-common.conf
|
||||
|
||||
for i in $(grep -v '#' /etc/gitlab/gitlab-debian.conf | cut -d= -f 1)
|
||||
do
|
||||
|
@ -17,7 +18,7 @@ done
|
|||
|
||||
# app_user defines the user that GitLab is run as.
|
||||
# The default is "git".
|
||||
app_user=${gitlab_user}
|
||||
export app_user=${gitlab_user}
|
||||
|
||||
# app_root defines the folder in which gitlab and it's components are installed.
|
||||
# The default is "/home/$app_user/gitlab"
|
||||
|
|
Loading…
Reference in a new issue