summaryrefslogtreecommitdiffstats
path: root/systemd/mattermost.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/mattermost.service')
-rw-r--r--systemd/mattermost.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/systemd/mattermost.service b/systemd/mattermost.service
new file mode 100644
index 0000000..14d0a4d
--- /dev/null
+++ b/systemd/mattermost.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=Mattermost
+After=syslog.target network.target mysql.service
+
+[Service]
+Type=notify
+WorkingDirectory=/opt/mattermost
+User=mattermost
+Group=mattermost
+ExecStart=/opt/mattermost/bin/mattermost
+PIDFile=/run/mattermost/master.pid
+TimeoutStartSec=3600
+LimitNOFILE=49152
+RuntimeDirectory=mattermost
+
+[Install]
+WantedBy=multi-user.target