bokeh app as windows service

Hey guys,
I am running a bokeh app on a windows server fom cmd with:

bokeh serve my_app.py --port 1234 --host 123.456.789.007:1234

``

and it works just fine! However, I would like to run the bokeh app as a windows service in the background. Building a flask server I use for example nssm to create a windows service. Unfortunately this does not work for bokeh.

So does anyone has any experiance on building a bokeh windows service?

Thanks!