Created
March 24, 2017 11:09
-
-
Save olegbuevich/b4c86cc809a51ad43d69ece391dacbc7 to your computer and use it in GitHub Desktop.
centos 6 upstart config for mattermost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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