File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,9 @@ authentication enabled.
150
150
Use ``--shutdown``
151
151
~~~~~~~~~~~~~~~~~~
152
152
153
- From the Linux command line, shut down the :binary:`~bin.mongod` using the
154
- :option:`--shutdown <mongod --shutdown>` option in the following command:
153
+ Supported on Linux only. From the command line, shut down the
154
+ :binary:`~bin.mongod` using the :option:`--shutdown <mongod --shutdown>`
155
+ option:
155
156
156
157
.. code-block:: sh
157
158
@@ -167,8 +168,9 @@ to perform a clean shutdown.
167
168
Use ``kill``
168
169
~~~~~~~~~~~~
169
170
170
- From the Linux command line, shut down a specific :binary:`~bin.mongod` instance
171
- using one of the following commands:
171
+ Supported on Linux and macOS only. From the command line, shut down a
172
+ specific :binary:`~bin.mongod` instance using one of the following
173
+ commands:
172
174
173
175
.. code-block:: none
174
176
You can’t perform that action at this time.
0 commit comments