Merge pull request #27 from dluksza/patch-1
Use proper Mongo configuration file
This commit is contained in:
commit
d49485d0db
|
@ -4,7 +4,7 @@ Documentation=man:mongod(1)
|
|||
|
||||
[Service]
|
||||
User=mongodb
|
||||
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
|
||||
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue