From 5049c0d135828172fbe795e98151c47f044afb94 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sat, 18 May 2024 08:03:51 +0100 Subject: [PATCH] Update after_install.sh --- scripts/after_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/after_install.sh b/scripts/after_install.sh index 4ca69b3..2c3b2ac 100644 --- a/scripts/after_install.sh +++ b/scripts/after_install.sh @@ -1,3 +1,4 @@ sudo chown -R ubuntu:ubuntu /home/ubuntu/song-recognition -sudo systemctl start mongod +sudo systemctl start mongod.service +sudo systemctl enable mongod.service