This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
-
Group=gitlab
-
PIDFile=/run/gitlab/gitaly.pid
-
SyslogIdentifier=gitlab-gitaly
-
Type=simple
-
User=gitlab
-
WorkingDirectory=/usr/share/webapps/gitlab
-
-
[Unit]
-
Description=Gitaly is a Git RPC service for handling all the git calls made by GitLab.
-
Additionnal notes
Nothing here.