diff options
Diffstat (limited to 'repos/extra/tor/run')
| -rw-r--r-- | repos/extra/tor/run | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/repos/extra/tor/run b/repos/extra/tor/run deleted file mode 100644 index 3b6f9953..00000000 --- a/repos/extra/tor/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -r conf ] && . ./conf -ulimit -n ${MAX_OPEN_FILES:-65536} -exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1 |