2015-02-25 07:57:36 +00:00
|
|
|
[Unit]
|
|
|
|
Description=An object/document-oriented database
|
|
|
|
Documentation=man:mongod(1)
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=mongodb
|
2015-07-19 19:25:00 +00:00
|
|
|
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
2017-03-07 06:18:45 +00:00
|
|
|
LimitNOFILE=65535
|
|
|
|
LimitNPROC=65535
|
2015-02-25 07:57:36 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|