Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
spins:invis:15:common
mattermost-server
debian.mattermost-server.postinst
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.mattermost-server.postinst of Package mattermost-server
#!/bin/sh set -e case "$1" in configure) adduser --system --disabled-password --disabled-login --home /opt/mattermost \ --no-create-home --quiet --force-badname --group mattermost ;; esac chmod 770 /var/log/mattermost || : chown -Rh mattermost:mattermost /var/log/mattermost 2>/dev/null || : chmod 770 /opt/mattermost || : chown -Rh mattermost:mattermost /opt/mattermost 2>/dev/null || : chmod 770 /etc/mattermost || : chown -Rh mattermost:mattermost /etc/mattermost 2>/dev/null || : echo "If you want to create the mattermost database easily, you can use the command \"mattermost-db-configure\"." #DEBHELPER# exit 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor