Skip to content

Commit

Permalink
update manifest with new format
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Dec 4, 2023
1 parent 2d701d8 commit 61659dd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"services": {
"camera-app": {
"type": "app_third_party",
"python": false,
"args": [
"entry.sh"
],
"http_gui_port": 0,
"display_name": "Kivy Camera App"
"camera-app-kivy": {
"name": "camera-app-kivy",
"type": "app",
"exec_cmd": "/mnt/managed_home/farm-ng-user-edgar/camera-streamer-kivy/entry.sh",
"display_name": "Kivy Camera App",
"autostart": false
}
}
}

0 comments on commit 61659dd

Please sign in to comment.