WIP: Integrate with RobotStreamer #5

Closed
Kenwood wants to merge 25 commits from rs-integration into master
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 05e5785fc0 - Show all commits

View File

@ -10,7 +10,7 @@ add
```
[Service]
ExecStart=
ExecStart=-/opt/lewis-crawker/companion_software/dashboard/entrypoint.sh
ExecStart=-/opt/lewis-crawler/companion_software/dashboard/entrypoint.sh
StandardInput=tty
StandardOutput=tty
```

View File

@ -1,5 +1,7 @@
#!/bin/bash
cd /opt/lewis-crawler/companion_software/dashboard
pipenv install -r requirements.txt
pipenv run python dash.py