summarylogtreecommitdiffstats
path: root/mattermost.service
blob: 82de14a3f7cff5dfa3d361174ef7cc6fd5aa9329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Mattermost Chat Server
After=mysqld.service
After=postgresql.service

[Service]
Type=simple
User=mattermost
Group=mattermost
ExecStart=mattermost
WorkingDirectory=/usr/share/webapps/mattermost/bin/

Restart=on-failure
PrivateTmp=false

[Install]
WantedBy=multi-user.target