I\'ve created small web server using werkzeug and I\'m able to run it in usual python way with python my_server.py. Pages load, everything works fine. Now I wan
python my_server.py
If you have supervisor service that starts at boot, write a supervisor service is much, much simpler.
You can even set autorestart if your program fails.