fforchino / vectorx

This project is to develop new voice commands and features for Vector. It runs on top of Wirepod setups
MIT License
52 stars 18 forks source link

webserver start at port 8070 issue #20

Closed drascom closed 11 months ago

drascom commented 1 year ago

hi, thank your amazing work. vectorx over wirepod working perfectly but i need to start ./startWebServer.sh manually after reboot raspberry pi. otherwise webserver not reachable. i put to server path to crontab it is fine but is there any elegance solution for that ?

fforchino commented 11 months ago

Hi, the web server is started as a service in the setup: systemctl enable vectorx-web systemctl start vectorx-web

After the service is enabled, it should be started at every boot...