StreaMonitor icon indicating copy to clipboard operation
StreaMonitor copied to clipboard

how can i run it as service?

Open razserv2010 opened this issue 2 years ago • 4 comments

how can i run it as service on linux?

razserv2010 avatar Jun 07 '23 21:06 razserv2010

The code actually doesn't support running in background.

You would at least need to patch Downloader.py in that way that CLI doesn't start.

After that you could try if it's enough to set it up with systemd in the typical way.

DerBunteBall avatar Jun 07 '23 21:06 DerBunteBall

You can use TMUX

ThEnGI avatar Jun 08 '23 16:06 ThEnGI

I run it in a screen works great

Acenl12 avatar Jan 04 '24 17:01 Acenl12