Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run peerflix in background #350

Open
mishka81 opened this issue Aug 27, 2018 · 1 comment
Open

how to run peerflix in background #350

mishka81 opened this issue Aug 27, 2018 · 1 comment

Comments

@mishka81
Copy link

Hej, how can I run peerflix in background ?
With "&" process is created but gets killed everytime I type ctrl+c, or exit the console.
Is there a possibility to redirect output to a file ?
Thx.

@alectrocute
Copy link

I'd use screen on Linux.

apt-get install screen -y
screen
(press enter)
(do whatever)
(ctrl a+d)

then return to that session with:
screen -r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants