A sample configuration file has been installed to:
${SYSCONFDIR}/ziproxy/ziproxy.conf.

To start ziproxy at boot, add the following to /etc/rc.local:

if [ -x ${PREFIX}/bin/ziproxy ]; then
        echo -n ' ziproxy'
	/usr/bin/su -l _ziproxy -c "${PREFIX}/bin/ziproxy -d"
fi
