diff options
-rwxr-xr-x | contrib/osx/Tor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/osx/Tor b/contrib/osx/Tor index 2162617f30..7ecd721597 100755 --- a/contrib/osx/Tor +++ b/contrib/osx/Tor @@ -1,5 +1,6 @@ #!/bin/sh +export EVENT_NOKQUEUE=1 # assume kqueue broken on all os x machines for now. TORLOC=/Library/StartupItems/Tor/Tor.loc if [ -f $TORLOC ]; then |