gitlab-git-http-server must run as user git!

This commit is contained in:
Manuel Friedli 2015-10-01 21:32:26 +02:00
parent 2324b34447
commit 026f93f855
3 changed files with 3 additions and 10 deletions

View file

@ -6,5 +6,5 @@ PPROF_LISTEN_ADDRESS=
GIT_REPO_PATH=/var/lib/git/repositories
RUNAS_USER=gitlab_git_http_server
RUNAS_USER=git
RUNAS_GROUP=${RUNAS_USER}