Manuel Friedli
beb1099918
Add real ebuild for gitaly-0.10.0, base off the one from the gitlab overlay (v0.6.0) Package-Manager: Portage-2.3.5, Repoman-2.3.1
8 lines
281 B
Text
8 lines
281 B
Text
CONFIGFILE=/etc/gitlab/gitaly-config.toml
|
|
RUNAS_USER=git
|
|
RUNAS_GROUP=${RUNAS_USER}
|
|
LOGFILE=/var/log/gitlab/gitlab-gitaly.log
|
|
|
|
# This must match the setting in /etc/gitlab/gitaly-config.toml
|
|
# If not using a socket, simply comment out or delete the next line.
|
|
SOCKETDIR=/run/gitlab
|