mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2024-06-17 10:01
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user