0

In fabric, what's the easiest way to run a long-running command in a detached state, such as in a screen session, so that I can disconnect and it would continue to run?

Paul Lam
  • 1,729
  • 1
  • 15
  • 25

1 Answers1

0

As stated here,

it should work using

sun("screen yourcommand")

Community
  • 1
  • 1
Onilton Maciel
  • 3,559
  • 1
  • 25
  • 29