Skip to content

Commit 48dd906

Browse files
author
Sam Kleinman
committed
DOCS-715: correction to fix file reference
1 parent 7fee73d commit 48dd906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/tutorial/install-mongodb-on-ubuntu.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ instructions for configuring the package manager, the process for installing
2020
packages from the 10gen repository, and preliminary MongoDB
2121
configuration and operation.
2222

23-
.. note::
24-
23+
.. note::
24+
2525
If you use an older Ubuntu that does **not** use Upstart, (i.e. any
2626
version before 9.10 "Karmic") please follow the instructions on the
2727
:doc:`install-mongodb-on-debian` tutorial.
@@ -115,7 +115,7 @@ Configure MongoDB
115115

116116
These packages configure MongoDB using the ``/etc/mongodb.conf`` file
117117
in conjunction with the :term:`control script`. You will find the
118-
control script is at ``/etc/init.d/mongodb.conf``.
118+
control script is at ``/etc/init.d/mongodb``.
119119

120120
This MongoDB instance will store its data files in the
121121
``/var/lib/mongodb`` and its log files in ``/var/log/mongodb``, and

0 commit comments

Comments
 (0)