From e87c856487d4b01dfb149fe70c8df79b539e7d3a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 2 Mar 2010 23:36:59 +0100 Subject: change the default pid file location to "@LOCALSTATEDIR@/run/tinyproxy/tinyproxy.pid" I.e., add a tinyproxy subdirectory. This is meant to ease running tinyproxy as non-root user. The subdirectory can be used to give the tinyproxy user write permission. Michael --- etc/tinyproxy.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 51da5a9..e1cc838 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -122,7 +122,7 @@ LogLevel Info # PidFile: Write the PID of the main tinyproxy thread to this file so it # can be used for signalling purposes. # -PidFile "@localstatedir@/run/tinyproxy.pid" +PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid" # # XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which -- cgit v1.2.3