aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/tor/run
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-10-12 15:08:21 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-10-12 15:08:21 +0000
commitb5976536825a52b9913a39ca03e90cf8cbd85482 (patch)
tree335a63ac8b21491b3093ebbfc531e77f0f329682 /repos/extra/tor/run
parent2327bf9f6637422f00073e4eccec7bd21cb9bc1f (diff)
downloadalicelinux-b5976536825a52b9913a39ca03e90cf8cbd85482.tar.gz
alicelinux-b5976536825a52b9913a39ca03e90cf8cbd85482.zip
tor: new added
Diffstat (limited to 'repos/extra/tor/run')
-rw-r--r--repos/extra/tor/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/tor/run b/repos/extra/tor/run
new file mode 100644
index 00000000..3b6f9953
--- /dev/null
+++ b/repos/extra/tor/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-65536}
+exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1