# apt-proxy configuration

## Filename to store pid of process
#pidfile=/var/run/apt-proxy/apt-proxy.pid 

## Log file
#logfile=/var/log/apt-proxy.log

## User owning the log file and running the apt-proxy daemon process.  This 
## value should be the same as configured in /etc/apt-proxy/apt-proxy.conf 
## ("username" parameter).
#user=aptproxy

## change process priority as suggested in http://bugs.debian.org/275658
## Feel free to change or comment this line if needed.
renice 5 $$ >/dev/null
