mongodb: fix log/lock files paths for Jessie

This commit is contained in:
Jérémy Lecour 2017-12-07 15:58:39 +01:00 committed by Jérémy Lecour
parent 49fff767a9
commit 762d2d7152

View file

@ -17,7 +17,7 @@ systemLog:
destination: file destination: file
logRotate: reopen logRotate: reopen
logAppend: true logAppend: true
path: {{ mongodb_logfile_path }} path: /var/log/mongodb/mongod.log
# network interfaces # network interfaces
net: net:
@ -25,7 +25,7 @@ net:
bindIp: {{ mongodb_bind }} bindIp: {{ mongodb_bind }}
processManagement: processManagement:
pidFilePath: {{ mongodb_pidfile_path }} pidFilePath: /var/lib/mongodb/mongod.lock
#security: #security: