Answers for "Start Openvino Python Application at Boot Time using System Service on ubunut"

0

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
Posted by: Guest on May-13-2021

Code answers related to "Start Openvino Python Application at Boot Time using System Service on ubunut"

Python Answers by Framework

Browse Popular Code Answers by Language