#!/bin/sh -e
install -o squid -g squid -m 0755 -d /run/squid
squid -N -s -z
exec squid -N -s
