From 1fce42e9327109bd47dba5e3e690144a23bbbc19 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Nov 2012 02:33:48 -0800 Subject: Fri Nov 23 02:31:09 PST 2012 --- community/tor/tor.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/tor/tor.service') diff --git a/community/tor/tor.service b/community/tor/tor.service index a4bc1ac51..33bbc0776 100644 --- a/community/tor/tor.service +++ b/community/tor/tor.service @@ -5,10 +5,10 @@ After=network.target [Service] Type=forking GuessMainPID=yes -EnvironmentFile=/etc/conf.d/tor -ExecStart=/usr/bin/tor -f $TOR_CONF $TOR_ARGS +ExecStart=/usr/bin/tor -f /etc/tor/torrc --quiet ExecReload=/bin/kill -HUP $MAINPID KillSignal=SIGINT +LimitNOFILE=8192 [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf