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.
13 lines
312 B
13 lines
312 B
[Unit] |
|
Description=Mattermost |
|
After=syslog.target network.target postgresql.service mysql.service mariadb.service |
|
|
|
[Service] |
|
Type=simple |
|
WorkingDirectory=/var/lib/mattermost |
|
User=mattermost |
|
ExecStart=/var/lib/mattermost/bin/mattermost |
|
PIDFile=/var/run/mattermost/master.pid |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|