Run the recommended commands to execute this project as a service on the host:
sudo cp bt-proxy.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now bt-proxy
The service fails to start on boot with the following error logs:
Apr 06 14:17:17 Pi (uv)[3712]: bt-proxy.service: Unable to locate executable 'uv': No such file or directory
Apr 06 14:17:17 Pi (uv)[3712]: bt-proxy.service: Failed at step EXEC spawning uv: No such file or directory
Apr 06 14:17:17 Pi systemd[1]: bt-proxy.service: Main process exited, code=exited, status=203/EXEC
Apr 06 14:17:17 Pi systemd[1]: bt-proxy.service: Failed with result 'exit-code'.
Run the recommended commands to execute this project as a service on the host:
The service fails to start on boot with the following error logs: