This repository has been archived on 2021-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zdc-tools/config/odoo12_service.conf
2020-11-02 20:04:04 +01:00

17 lines
353 B
Plaintext

[Unit]
Description=Odoo
Requires=postgresql.service
After=network.target postgresql.service
[Service]
Type=simple
SyslogIdentifier=odoo
PermissionsStartOnly=true
User=ubuntu
Group=ubuntu
ExecStart=/home/ubuntu/venv-odoo12/bin/python3 /home/ubuntu/odoo12/odoo-bin -c /etc/odoo12.conf
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target