Fix mailroom wget command in systemd README

This commit is contained in:
Anthony VEREZ
2015-10-24 03:53:28 +02:00
parent 93e8ea63d4
commit d815f642cb

View File

@@ -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`.