From 0b977787374349328a21af0deade30d534cf3978 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 18 May 2022 23:40:38 +0100 Subject: fixed gcc loader/linker errors --- repo/system/tor/tor.confd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/system/tor/tor.confd (limited to 'repo/system/tor/tor.confd') diff --git a/repo/system/tor/tor.confd b/repo/system/tor/tor.confd new file mode 100644 index 0000000..38a482c --- /dev/null +++ b/repo/system/tor/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" -- cgit v1.2.1