12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
|
|
[program:mongodb]
|
||
|
|
directory=/appsmith-stacks/data/mongodb
|
||
|
|
command=mongod --port 27017 --dbpath . --logpath log --replSet mr1 --keyFile key --bind_ip localhost
|
||
|
|
priority=10
|
||
|
|
autostart=true
|
||
|
|
autorestart=true
|
||
|
|
startsecs=10
|
||
|
|
startretries=3
|
||
|
|
stdout_logfile_maxbytes = 0
|
||
|
|
stderr_logfile_maxbytes = 0
|
||
|
|
stdout_logfile=/dev/stdout
|
||
|
|
stderr_logfile=/dev/stderr
|