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