commit 0700b831ff4068bc6ea83e33e8b5c63fdeaaeb0b Author: Damian Johnson atagar@torproject.org Date: Thu Dec 13 23:10:01 2012 -0800
Dropping disown from republish
The disown command isn't available on the webserver, and on some experimentation seems to be unnecessary. The daemon process survives after logout. --- docs/republish | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/docs/republish b/docs/republish index 246a38c..da747d7 100755 --- a/docs/republish +++ b/docs/republish @@ -3,6 +3,5 @@ export PATH=/home/stem/bin:$PATH export PYTHONPATH=/home/stem/lib/python
-python /home/stem/stem/docs/republish.py $* -disown -h +python /home/stem/stem/docs/republish.py $*&
tor-commits@lists.torproject.org