start openvino python application at boot time using system service on ubunut

Solutions on MaxInterview for start openvino python application at boot time using system service on ubunut by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "start openvino python application at boot time using system service on ubunut"
Nico
23 Apr 2017
1    [Unit]
2    Description=OpenVINO Python Script
3    After=network.target
4
5    [Service]
6    Environment="DISPLAY=:0"
7    Environment="XAUTHORITY=/home/pi/.Xauthority"
8    ExecStart=/home/pi/openvino-app-script
9    WorkingDirectory=/home/pi
10    StandardOutput=inherit
11    StandardError=inherit
12    Restart=on-failure
13    User=pi
14
15    [Install]
16    WantedBy=graphical.target
17
similar questions