-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 7.0.0-rc1
-
Component/s: None
-
None
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
mongoDB install as a service on WSL2 does not work due to permissions issue with PIDFILE.
in "init.d" file, Line 149 creates the PIDFILE with sudo priviledges.
When mongodb is started up as a service, it's started as mongodb:mongodb. This prevents access to the PIDFILE, which prevents mongodb from running.