Skip to content

Commit d39b371

Browse files
committed
Minor typo
Init scripts are located at /etc/init.d/ instead of /etc/init/
1 parent ca1b0cb commit d39b371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/mongodb.conf``.
118+
control script is at ``/etc/init.d/mongodb.conf``.
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)