use /usr/bin/mattermost and /etc/mattermost/config.json
This commit is contained in:
parent
e6e379deb2
commit
3c75279ca5
|
@ -5,7 +5,7 @@ After=postgresql.service
|
|||
BindsTo=postgresql.service
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/opt/mattermost/bin/mattermost
|
||||
ExecStart=/usr/bin/mattermost --config files/etc/mattermost/config.json
|
||||
TimeoutStartSec=3600
|
||||
KillMode=mixed
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in New Issue