I had the same issue. The problem was, that on boot the system starts mattermost before mysql. Without mysql running, mattermost exited silently. As a simple fix I added mysql
to Required-Start
inside the init.d script. After a systemctl enable mattermost.service
mattermost starts without problems on boot.
↧
[Solved] Debian 8 - Issue with Mattermost service
↧