Skip to content

Commit 6676972

Browse files
author
David James
committed
fix pidfilepath typo
1 parent efc5a53 commit 6676972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/administration/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ instance, but consider the following configuration values:
271271
.. code-block:: cfg
272272

273273
dbpath = /srv/mongodb/db0/
274-
pidfileath = /srv/mongodb/db0.pid
274+
pidfilepath = /srv/mongodb/db0.pid
275275

276276
The :setting:`dbpath` value controls the location of the
277277
:program:`mongod` instance's data directory. Ensure that each database

0 commit comments

Comments
 (0)