View | Details | Raw Unified | Return to bug 183394
Collapse All | Expand All

(-)mongod 2013-10-28 12:51:20.000000000 +0100 (-1 / +2 lines)
Lines 31-40 Link Here
31
: ${mongod_flags="--logpath ${mongod_dbpath}/mongod.log --logappend"}
31
: ${mongod_flags="--logpath ${mongod_dbpath}/mongod.log --logappend"}
32
: ${mongod_user="mongodb"}
32
: ${mongod_user="mongodb"}
33
: ${mongod_group="mongodb"}
33
: ${mongod_group="mongodb"}
34
: ${mongod_config="/usr/local/etc/mongodb.conf"}
34
pidfile="${mongod_dbpath}/mongod.lock"
35
pidfile="${mongod_dbpath}/mongod.lock"
35
command=/usr/local/bin/${name}
36
command=/usr/local/bin/${name}
36
command_args="--config /usr/local/etc/mongodb.conf --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null"
37
command_args="--config $mongod_config --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null"
37
start_precmd="${name}_prestart"
38
start_precmd="${name}_prestart"
38
mongod_create_dbpath()
39
mongod_create_dbpath()

Return to bug 183394