[tor-commits] [gettor/master] Use twisted3

hiro at torproject.org hiro at torproject.org
Fri Oct 4 15:12:13 UTC 2019


commit 31b39ce88a6b71d97f25c3ec75b08539f8f1e558
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 4 17:12:10 2019 +0200

    Use twisted3
---
 bin/gettor_service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gettor_service b/bin/gettor_service
index 3c1ac04..da45e9b 100755
--- a/bin/gettor_service
+++ b/bin/gettor_service
@@ -20,7 +20,7 @@
 
 case "$1" in
 start)
-   twistd --python=scripts/gettor --logfile=log/gettor.log --pidfile=gettor.pid
+   twistd3 --python=scripts/gettor --logfile=log/gettor.log --pidfile=gettor.pid
    ;;
 stop)
    kill -INT `cat gettor.pid`



More information about the tor-commits mailing list