#!/bin/sh [ "$1" = "start" ] || exit 0 mkdir -p /var/run/squid3 chown proxy:proxy /var/run/squid3 exit 0