Skip to content

Instantly share code, notes, and snippets.

@olegbuevich
Created March 24, 2017 11:09
Show Gist options
  • Save olegbuevich/b4c86cc809a51ad43d69ece391dacbc7 to your computer and use it in GitHub Desktop.
Save olegbuevich/b4c86cc809a51ad43d69ece391dacbc7 to your computer and use it in GitHub Desktop.
centos 6 upstart config for mattermost
start on runlevel [2345]
stop on runlevel [016]
respawn
limit nofile 50000 50000
chdir /opt/mattermost
exec su -c bin/platform mattermost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment