use /usr/bin/mattermost and /etc/mattermost/config.json

This commit is contained in:
Jeff Carr 2022-10-08 03:11:51 -05:00
parent e6e379deb2
commit 3c75279ca5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=postgresql.service
BindsTo=postgresql.service BindsTo=postgresql.service
[Service] [Service]
Type=notify Type=notify
ExecStart=/opt/mattermost/bin/mattermost ExecStart=/usr/bin/mattermost --config files/etc/mattermost/config.json
TimeoutStartSec=3600 TimeoutStartSec=3600
KillMode=mixed KillMode=mixed
Restart=always Restart=always