my mongodb is running with command
sudo systemctl start mongod
in ubuntu 20.04
I want to run mongod without sudo command i.e. systemctl start mongod
when i am running systemctl start mongod
then it prompt for authentication password which is more hell than using sudo command
😅
is there anyway to do so , So that i can get rid of sudo and the password.