Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit fe7000e

Browse files
committed
Port updates from #25
1 parent e0f058f commit fe7000e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ User=mattermost
110110
Group=mattermost
111111
ExecStart=/usr/local/bin/mattermost_gitlab http://mattermost/hooks/hook-id
112112
PrivateTmp=yes
113-
WorkingDirectory=/opt/mattermost
113+
WorkingDirectory=/opt/mattermost #for omnibus installations, use /opt/gitlab/embedded/service/mattermost
114114
Restart=always
115115
RestartSec=30
116116
LimitNOFILE=49152
@@ -121,8 +121,8 @@ WantedBy=multi-user.target
121121

122122

123123
- `systemctl daemon-reload`
124-
- `systemctl enable mattermost`
125-
- `systemctl start mattermost`
124+
- `systemctl enable mattermost_gitlab`
125+
- `systemctl start mattermost_gitlab`
126126

127127

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

0 commit comments

Comments
 (0)