mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-09-01 17:00
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[options]
|
||||
{% if not odoo_db_manager %}
|
||||
db_name = {{ odoo_db_name }}
|
||||
{% endif %}
|
||||
db_host = {{ odoo_db_server }}
|
||||
db_port = {{ odoo_db_port }}
|
||||
db_user = {{ odoo_db_user }}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user