I want to use LT internally on my Ubuntu 22 server, so I don`t want to expose it to internet. So, I don’t need any integration with my NGINX server or so. I installed LT as described in READ.ME
pip install libretranslate
Now, I can run it from the command line, where I get message
Running on http://127.0.0.1:5000
which is great. But I need LT to run as a service automatically when the system starts up. Is there a way, how to do it?