blob: 8dd6cad5498f89cecd154135bfa58709555ce237 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Gitaly is a Git RPC service for handling all the git calls made by GitLab.
[Service]
Type=simple
User=gitlab
Group=gitlab
WorkingDirectory=/usr/share/webapps/gitlab
SyslogIdentifier=gitlab-gitaly
PIDFile=/run/gitlab/gitaly.pid
ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
[Install]
WantedBy=multi-user.target
|