we just installed some components on our server (perl - it also updated some libs) and after that our odoo now does not start any more.
ExecStart=/usr/bin/odoo --config /etc/odoo/odoo.conf --logfile /var/log/odoo/odoo-server.log (code=exited, status=127)
BUT:
if i start odoo from command-line everything works still fine.
so what could be the problem if "service odoo start" fails on debian, but starting directly by /usr/bin/odoo -d DBNAME--config="/etc/odoo/odoo.conf works fine?
regards