From 42dffa6ad04afdaf0a93feac1d508348763e5c58 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 1 Jul 2018 18:42:09 -0500 Subject: [PATCH] torrc run as daemon --- torrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/torrc b/torrc index 7e89b5d..24b71bf 100644 --- a/torrc +++ b/torrc @@ -1,2 +1,3 @@ +RunAsDaemon 1 SOCKSPort 9050 -ControlPort 9051 \ No newline at end of file +ControlPort 9051