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

(-)mongod.in (-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="%%PREFIX%%/etc/mongodb.conf"}
34
35
35
pidfile="${mongod_dbpath}/mongod.lock"
36
pidfile="${mongod_dbpath}/mongod.lock"
36
command=%%PREFIX%%/bin/${name}
37
command=%%PREFIX%%/bin/${name}
37
command_args="--config %%PREFIX%%/etc/mongodb.conf --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null"
38
command_args="--config $mongod_config --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null"
38
start_precmd="${name}_prestart"
39
start_precmd="${name}_prestart"
39
40
40
mongod_create_dbpath()
41
mongod_create_dbpath()

Return to bug 198212