You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
326 B
14 lines
326 B
6 years ago
|
[Unit]
|
||
|
Description=Mattermost
|
||
|
After=syslog.target network.target postgresql.service mysql.service mariadb.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=/var/lib/mattermost
|
||
|
User=mattermost
|
||
|
ExecStart=/usr/bin/mattermost -c /etc/mattermost/config.js
|
||
|
PIDFile=/var/run/mattermost/master.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|