summaryrefslogtreecommitdiff
path: root/nonsystemd/tor-openrc/tor.confd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/tor-openrc/tor.confd')
-rw-r--r--nonsystemd/tor-openrc/tor.confd13
1 files changed, 13 insertions, 0 deletions
diff --git a/nonsystemd/tor-openrc/tor.confd b/nonsystemd/tor-openrc/tor.confd
new file mode 100644
index 000000000..5916480be
--- /dev/null
+++ b/nonsystemd/tor-openrc/tor.confd
@@ -0,0 +1,13 @@
+# Location of the torrc configuration file.
+#conffile="/etc/tor/torrc"
+
+# User to start the tor daemon.
+# If "User" directive is set in $conffile, then this option is ignored (i.e.
+# tor is started under root, but it setuids to the specified User after start).
+#user="tor"
+
+# Timeout for gracefulstop
+#GRACEFUL_TIMEOUT="60"
+
+# Set the file limit
+rc_ulimit="-n 30000"