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=/usr/share/webapps/mattermost/bin/platform WorkingDirectory=/usr/share/webapps/mattermost Restart=on-failure PrivateTmp=false [Install] WantedBy=multi-user.target