mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-09 14:37:57 -05:00
Add gitlab-gitaly.service to systemd instructions
This commit is contained in:
committed by
GitHub
parent
830bf3798e
commit
62a7b431b9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user