Manuel Friedli
e233c14c0f
Add ebuild for version 0.66.0 Package-Manager: Portage-2.3.19, Repoman-2.3.6
9 lines
319 B
Text
9 lines
319 B
Text
CONFIGFILE=/etc/gitlab/gitaly-config.toml
|
|
RUNAS_USER=git
|
|
RUNAS_GROUP=${RUNAS_USER}
|
|
LOGFILE=/var/log/gitlab/gitlab-gitaly.log
|
|
PIDFILE=/run/gitlab/gitlab-gitaly.pid
|
|
|
|
# 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
|