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