Hi, I follow the instructions and successfully had the code server setup on my rarspberry pi.
However there is an issue that bothers me a lot: When I enable the code-server.service, every time I reconnect the raspberry pi and my ipad using Type-C wire, the code server won’t work and the code server process created before is still running and occupying the 8080 port. I have to run “sudo fuser -k 8080/tcp” every time this happens. Is there any way that when I reconnect, it automatically starts a new code server process and kill the old one? Thank you
Hi, I follow the instructions and successfully had the code server setup on my rarspberry pi.
However there is an issue that bothers me a lot: When I enable the code-server.service, every time I reconnect the raspberry pi and my ipad using Type-C wire, the code server won’t work and the code server process created before is still running and occupying the 8080 port. I have to run “sudo fuser -k 8080/tcp” every time this happens. Is there any way that when I reconnect, it automatically starts a new code server process and kill the old one? Thank you