Start Openvino Python Application at Boot Time using System Service on ubunut code example
Example: Start Openvino Python Application at Boot Time using System Service on ubunut
[Unit]
Description=OpenVINO Python Script
After=network.target
[Service]
Environment="DISPLAY=:0"
Environment="XAUTHORITY=/home/pi/.Xauthority"
ExecStart=/home/pi/openvino-app-script
WorkingDirectory=/home/pi
StandardOutput=inherit
StandardError=inherit
Restart=on-failure
User=pi
[Install]
WantedBy=graphical.target