chris
(Chris Dellaway)
96
Correct. It does not have a init system.
I think that this can run as a service but it is done in a wsl/windows way.
Start mongodb by invoking sudo -u mongodb mongod --config /etc/mongod.conf
As it is not being executed by the systemd units mongod will be running with the user mongodb ulimits, if you are doing anything other than light development adjust the ulimits.
Otherwise just install the windows version.
This is really should be its own topic as this isn’t just ‘MongoDB on Ubuntu 22.04’