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
|
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
|
||||||
|
|
Loading…
Reference in New Issue