commit 31b39ce88a6b71d97f25c3ec75b08539f8f1e558 Author: hiro hiro@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`
tor-commits@lists.torproject.org