I believe that one service is not being spawned after executing 'systemctl start odoo".
I don't get an immediate error response from cli but when I execute "systemctl status odoo.service I get the following output:
Active: failed (Result: exit-code) since Sat 2019-08-03 16:33:50 PDT; 9min ago
Process: 2907 ExecStart=/usr/bin/scl enable rh-python35 -- /opt/odoo/odoo11-venv/bin/python3 /opt/odoo/odoo11/odoo-bin -c /etc/odoo11.conf (code=exited, status=217/USER)
Main PID: 2907 (code=exited, status=217/User)
What can I do to resolve this problem?