[Unit] Description=Odoo {{ APP_NAME }} After=network.target [Service] Type=simple SyslogIdentifier=odoo-{{ APP_NAME }} PermissionsStartOnly=true User=odoo Group=odoo ExecStart=python3.10 /home/odoo/odoo/odoo-bin -c /etc/odoo/{{ APP_NAME }}.conf [Install] WantedBy=multi-user.target