mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-09 13:05:45 +00:00
Use proper Mongo configuration file
In tasks/install.yml configuration template file is copied to /etc/mongod.conf. This means that modifications to Mongo configuration are not applied.
This commit is contained in:
parent
4a2199ae60
commit
6d856b9c68
@ -4,7 +4,7 @@ Documentation=man:mongod(1)
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=mongodb
|
User=mongodb
|
||||||
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
|
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user