summaryrefslogtreecommitdiffstats
path: root/doc/install/Production-Ubuntu.md
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-17 13:34:06 -0800
committerCorey Hulen <corey@hulen.com>2015-12-17 13:34:06 -0800
commit399504a538c35ec601434e917b84d36f20c1ded6 (patch)
treed65da6e8d6746813db31c541d791fad511dab1d9 /doc/install/Production-Ubuntu.md
parentc7dff2dd7ec940917e447a6dc4eb9ce702e79a64 (diff)
parent9ab8c9a7740127c886b61d8397221f831e5de73d (diff)
downloadchat-399504a538c35ec601434e917b84d36f20c1ded6.tar.gz
chat-399504a538c35ec601434e917b84d36f20c1ded6.tar.bz2
chat-399504a538c35ec601434e917b84d36f20c1ded6.zip
Merge pull request #1749 from mattermost/rhel-fix
Adding steps for RHEL 6
Diffstat (limited to 'doc/install/Production-Ubuntu.md')
-rw-r--r--doc/install/Production-Ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index 3d4a87b70..da3487f45 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -65,7 +65,7 @@
* ``` ./platform```
* You should see a console log like `Server is listening on :8065` letting you know the service is running.
* Stop the server for now by typing `ctrl-c`
-1. Setup Mattermost to use the Ubuntu Upstart daemon which handles supervision of the Mattermost process.
+1. Setup Mattermost to use the Upstart daemon which handles supervision of the Mattermost process.
* ``` sudo touch /etc/init/mattermost.conf```
* ``` sudo vi /etc/init/mattermost.conf```
* Copy the following lines into `/etc/init/mattermost.conf`