Add gitlab-gitaly.service to systemd instructions

This commit is contained in:
Sven-Hendrik Haase
2017-06-30 13:17:39 +02:00
committed by GitHub
parent 830bf3798e
commit 62a7b431b9

View File

@@ -29,11 +29,11 @@ Reload systemd:
Start the services:
sudo systemctl start gitlab-sidekiq.service gitlab-unicorn.service gitlab-workhorse.service gitlab-mailroom.service
sudo systemctl start gitlab-sidekiq.service gitlab-unicorn.service gitlab-workhorse.service gitlab-mailroom.service gitlab-gitaly.service
Enable them to start at boot:
sudo systemctl enable gitlab-sidekiq.service gitlab-unicorn.service gitlab-workhorse.service gitlab-mailroom.service
sudo systemctl enable gitlab-sidekiq.service gitlab-unicorn.service gitlab-workhorse.service gitlab-mailroom.service gitlab-gitaly.service
## Notes