Skip to content

Commit d49485d

Browse files
committed
Merge pull request #27 from dluksza/patch-1
Use proper Mongo configuration file
2 parents 4a2199a + 6d856b9 commit d49485d

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)