To run the app we need to start 2 systemd services.
- cloudflared.service: With this service we connect to cloudflare to host our app via a public domain
- homeos.service: This is the streamlit app running on port 8001. Make sure to start the app only on this port, because it is connected to the cloudflare tunnel.
sudo systemctl restart homeos.service
- List all services: Check is services are running (Exit with: Q)
systemctl list-units --type=service
- Check Status of Service
systemctl systemctl status homeos.service
```# homeOS