Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For most standalone servers, this is a sufficient base
configuration. It makes several assumptions, but consider the
following explanation:

- :setting:`fork`" is ``true``, which enables a
- :setting:`fork` is ``true``, which enables a
:term:`daemon` mode for :program:`mongod`, which detaches (i.e. "forks")
the MongoDB from the current session and allows you to run the
database as a conventional server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ Follow the state of this process by watching the output in the
``/var/log/mongo/mongod.log`` file to watch for errors or important
messages from the server.

You can restart the :program:`mongod` process by issuing the following
command (as root, or with ``sudo``):

Control :program:`mongos`
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down