summarylogtreecommitdiffstats
path: root/mattermost.service
blob: 774da69c3da3c7c40645d063192444e2d3f5a4f2 (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/

Restart=on-failure
PrivateTmp=false

[Install]
WantedBy=multi-user.target