Skip to content

Commit

Permalink
Merge pull request #27 from dluksza/patch-1
Browse files Browse the repository at this point in the history
Use proper Mongo configuration file
  • Loading branch information
UnderGreen committed Jul 24, 2015
2 parents 4a2199a + 6d856b9 commit d49485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/mongodb.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d49485d

Please sign in to comment.