Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
molecular
on 28/03/2014, 07:12:08 UTC
Anyone with some tips on how to daemonize the Abe webserver process??

You could just use a tool called "screen" (or gnu screen).

  • #> screen
  • #> python abe
  • close ssh session, abe will keep running in the detached screen
  • log back in and use "screen -x" to reconned to the detached screen