From 2882f94b2b76eb93773eee329d88346765f65220 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 14:48:51 -0500 Subject: system/mongodb: Fix README. --- system/mongodb/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/mongodb/README') diff --git a/system/mongodb/README b/system/mongodb/README index 01e9a73c0dc25..bf5583fcc2721 100644 --- a/system/mongodb/README +++ b/system/mongodb/README @@ -1,6 +1,8 @@ -MongoDB is a scalable, high-performance, open source document-oriented database. +MongoDB is a scalable, high-performance, open source document-oriented +database. -You'll need to create a mongo user and group in order to run mongo with the provided init script: +You'll need to create a mongo user and group in order to run mongo with +the provided init script: # groupadd -g 285 mongo # useradd -u 285 -d /var/lib/mongodb -s /bin/false -g mongo mongo -- cgit v1.2.3