# SPDX-FileCopyrightText: 2022-present Intel Corporation | |
# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> | |
# SPDX-License-Identifier: Apache-2.0 | |
[Unit] | |
Description=OpenVINO application camera | |
After=multi-user.target | |
[Service] | |
ExecStart=/usr/bin/python3 /home/pi/openvino-camera/openvino-mqtt.py 10.92.2.22 5000 | |
#ExecStart=/usr/bin/python3 /home/pi/openvino-camera/openvino-mqtt.py 10.128.99.49 5000 | |
User=root | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |