Shad Ansari | f53bc4f | 2022-06-07 14:31:11 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2022-present Intel Corporation |
| 2 | # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
Shad Ansari | 3501904 | 2022-03-29 20:15:54 +0000 | [diff] [blame] | 5 | [Unit] |
| 6 | Description=OpenVINO application camera |
| 7 | After=multi-user.target |
| 8 | |
| 9 | [Service] |
| 10 | ExecStart=/usr/bin/python3 /home/pi/openvino-camera/openvino-mqtt.py 10.92.2.22 5000 |
| 11 | #ExecStart=/usr/bin/python3 /home/pi/openvino-camera/openvino-mqtt.py 10.128.99.49 5000 |
| 12 | User=root |
| 13 | Restart=on-failure |
| 14 | |
| 15 | [Install] |
| 16 | WantedBy=multi-user.target |