This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-odoo8container/roles/odoo/files/systemd_unit

17 lines
367 B
Plaintext

[Unit]
Description=Odoo
Requires=postgresql.service
After=network.target postgresql.service
[Service]
Type=simple
SyslogIdentifier=odoo
PermissionsStartOnly=true
User=odoo
Group=odoo
ExecStart=/home/odoo/.virtualenvs/odoo/bin/python /opt/odoo_agofer/openerp-server -c /etc/odoo_agofer-server.conf
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target