I get this error with mongo on Ubuntu, how would I unmask it
Failed to enable unit: Unit file /lib/systemd/system/mongod.service is masked.
I get this error with mongo on Ubuntu, how would I unmask it
Failed to enable unit: Unit file /lib/systemd/system/mongod.service is masked.
sudo systemctl unmask mongod
would be the command to use here - see question above. ^^ – Artur Meinild Sep 11 '23 at 10:03