Skip to content

Commit 6d856b9

Browse files
committed
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.
1 parent 4a2199a commit 6d856b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/mongodb.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation=man:mongod(1)
44

55
[Service]
66
User=mongodb
7-
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
7+
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
88

99
[Install]
1010
WantedBy=multi-user.target

0 commit comments

Comments
 (0)