Skip to content

Commit

Permalink
Port updates from #25
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSqrt committed Dec 19, 2016
1 parent e0f058f commit fe7000e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ User=mattermost
Group=mattermost
ExecStart=/usr/local/bin/mattermost_gitlab http://mattermost/hooks/hook-id
PrivateTmp=yes
WorkingDirectory=/opt/mattermost
WorkingDirectory=/opt/mattermost #for omnibus installations, use /opt/gitlab/embedded/service/mattermost
Restart=always
RestartSec=30
LimitNOFILE=49152
Expand All @@ -121,8 +121,8 @@ WantedBy=multi-user.target


- `systemctl daemon-reload`
- `systemctl enable mattermost`
- `systemctl start mattermost`
- `systemctl enable mattermost_gitlab`
- `systemctl start mattermost_gitlab`


3. **Connect your project to your GitLab account for outgoing webhooks**
Expand Down

0 comments on commit fe7000e

Please sign in to comment.