Directory : /etc/systemd/system/multi-user.target.wants/ |
Current File : //etc/systemd/system/multi-user.target.wants/odoo14.service |
[Unit] Description=Odoo14 Requires=postgresql-13.service After=network.target postgresql-13.service [Service] Type=simple SyslogIdentifier=odoo14 PermissionsStartOnly=true User=odoo Group=odoo ExecStart=/usr/bin/scl enable rh-python38 -- /opt/odoo/odoo15-venv/bin/python3 /opt/odoo/odoo14/odoo-bin -c /etc/odoo.conf --limit-time-real=100000 StandardOutput=journal+console [Install] WantedBy=multi-user.target