Update to 2023-09-01 17:00

This commit is contained in:
Daniel Berteaud
2023-09-01 17:00:19 +02:00
parent c8394ed1a4
commit f93ed49ae2
4 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ After=network.service
Type=simple
User={{ odoo_user }}
Group={{ odoo_user }}
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_list %} --no-database-list{% endif %}
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
PrivateDevices=yes