Error when starting ODOO

The Odoo issue was resolved but now openmrs has stopped and giving errors when I try to start it. I was initially using service command but applied this fix

However, I still get below error

Apr 08 11:26:24 test-svr systemd[1]: Starting OpenMRS Server...
Apr 08 11:26:24 test-svr systemd[1]: Can't open PID file /var/run/openmrs/openmrs.pid (yet?) after start: No such file or directory
Apr 08 11:26:24 test-svr systemd[1]: Failed to start OpenMRS Server.
Apr 08 11:26:24 test-svr systemd[1]: Unit openmrs.service entered failed state.
Apr 08 11:26:24 test-svr systemd[1]: openmrs.service failed.

Upon checking, I realized that indeed the directory /var/run/openmrs/ was not created during installation. How do I go about this one? Should I manually create the directory and PID file, and what ownership and permissions should I set.