From e76de920d4538eeaed3c6d914e1f6016ee30e208 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 31 Aug 2016 15:52:12 +0200 Subject: community/tor: fix runscript - issues with User and DataDirectory options --- community/tor/tor.confd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'community/tor/tor.confd') diff --git a/community/tor/tor.confd b/community/tor/tor.confd index 4195bf3237b..38a482cac9d 100644 --- a/community/tor/tor.confd +++ b/community/tor/tor.confd @@ -1,3 +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.3