mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-09 14:37:57 -05:00
Fix mailroom wget command in systemd README
This commit is contained in:
@@ -18,7 +18,7 @@ cd /etc/systemd/system/
|
||||
wget -O gitlab-sidekiq.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-sidekiq.service
|
||||
wget -O gitlab-unicorn.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-unicorn.service
|
||||
wget -O gitlab-git-http.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-git-http.service
|
||||
wget -O gitlab-git-http.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-mailroom.service
|
||||
wget -O gitlab-mailroom.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-mailroom.service
|
||||
```
|
||||
|
||||
Reload systemd:
|
||||
@@ -37,4 +37,4 @@ Enable them to start at boot:
|
||||
|
||||
* If you installed GitLab in other path than `/home/git/gitlab` change the service files accordingly.
|
||||
|
||||
* `/etc/systemd/system/` have a higher precedence over `/usr/lib/systemd/system`.
|
||||
* `/etc/systemd/system/` have a higher precedence over `/usr/lib/systemd/system`.
|
||||
|
||||
Reference in New Issue
Block a user