Update to 2024-06-17 10:01

This commit is contained in:
Daniel Berteaud
2024-06-17 10:01:05 +02:00
parent a55c54a1c5
commit 8590b558e8
15 changed files with 80 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ After=network.service
Type=simple
User={{ odoo_user }}
Group={{ odoo_user }}
Environment=PYTHONPATH={{ odoo_root_dir }}/app
ExecStart={{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -c {{ odoo_root_dir }}/etc/odoo-server.conf --proxy-mode{% if not odoo_db_manager %} --no-database-list{% endif %}
PrivateTmp=yes