Remove [Service] section from mongo config tmpl

The mongodb guest wasn't starting up on Ubuntu or Fedora
due to the presense of a [Service] section in /etc/mongodb.conf.
I believe this section was not intended for config.template but
should be in the systemd script for mongo. For now, we will
revert this change and consider a better way to fix it for
Liberty.

The change that introduced this is:
https://review.openstack.org/#/c/150131

Change-Id: I090c95185f732485a21f6d38df1655e205a07224
Closes-bug: 1446735
This commit is contained in:
Doug Shelley 2015-04-21 16:37:56 -04:00
parent c9f6df3b90
commit 31fe90a6a8
1 changed files with 0 additions and 12 deletions

View File

@ -92,15 +92,3 @@ journal=true
#oplogSize = <MB>
# Size limit for in-memory storage of op ids.
#opIdMem = <bytes>
[Service]
# (file size)
LimitFSIZE=infinity
# (cpu time)
LimitCPU=infinity
# (virtual memory size)
LimitAS=infinity
# (open files)
LimitNOFILE=64000
# (processes/threads)
LimitNPROC=64000