summaryrefslogtreecommitdiff
path: root/debian/init.d
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-09-17 16:04:50 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-09-25 21:41:28 -0400
commite01dfe96c73e89fb5e20f55faff4fcbfb54de1b5 (patch)
tree48817d5d62c3bd3199683125449a0b26eaff69b1 /debian/init.d
parentd32637303b9dedd812d8bc9c10b173755e3602eb (diff)
downloadmongo-e01dfe96c73e89fb5e20f55faff4fcbfb54de1b5.tar.gz
SERVER-3579 Change file paths to consistent format
Diffstat (limited to 'debian/init.d')
-rw-r--r--debian/init.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/init.d b/debian/init.d
index fce25a3b3b4..85aa24e84a7 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -54,7 +54,7 @@ NAME=mongodb
# Defaults. Can be overridden by the /etc/default/$NAME
# Other configuration options are located in $CONF file. See here for more:
# http://dochub.mongodb.org/core/configurationoptions
-CONF=/etc/mongodb.conf
+CONF=/etc/mongod.conf
PIDFILE=/var/run/$NAME.pid
ENABLE_MONGODB=yes