From 3c75279ca5b0911dc8cfb204cbb82d5295170dd2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Oct 2022 03:11:51 -0500 Subject: [PATCH] use /usr/bin/mattermost and /etc/mattermost/config.json --- files/lib/systemd/system/mattermost.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/systemd/system/mattermost.service b/files/lib/systemd/system/mattermost.service index a08e21c..1a3585d 100644 --- a/files/lib/systemd/system/mattermost.service +++ b/files/lib/systemd/system/mattermost.service @@ -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