From 830bf3798ea939e747b636a833339efc8758bbe4 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 29 Jun 2017 12:22:26 +0200 Subject: [PATCH] Add Gitaly to readme --- init/systemd/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/systemd/README.md b/init/systemd/README.md index 4612f97..1a6e571 100644 --- a/init/systemd/README.md +++ b/init/systemd/README.md @@ -7,7 +7,7 @@ GitLab requires a couple of services: * GitLab Sidekiq service (`gitlab-sidekiq.service`) * Unicorn service (`gitlab-unicorn.service`) * Gitlab Workhorse server for slow HTTP requests (`gitlab-workhorse.service`) - +* Gitaly, the Git RPC service for handling all the git calls made by GitLab (`gitlab.gitaly.service`) ## Setup GitLab services @@ -20,6 +20,7 @@ wget -O gitlab-sidekiq.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/ wget -O gitlab-unicorn.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-unicorn.service wget -O gitlab-workhorse.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-workhorse.service wget -O gitlab-mailroom.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-mailroom.service +wget -O gitlab-gitaly.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-gitaly.service ``` Reload systemd: