Skip to content

Commit 6a4225b

Browse files
authored
Update node-install-procedure-debian-10.md
1 parent 59c4761 commit 6a4225b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

avalon/node-install-procedure-debian-10.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add
2929
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list
3030
sudo apt-get update
3131
sudo apt-get install -y mongodb-org
32+
## Start/Enable mongo
33+
sudo systemctl enable mongod
3234
```
3335

3436
```bash

0 commit comments

Comments
 (0)