5 lines
118 B
Bash
5 lines
118 B
Bash
#!/bin/sh -e
|
|
install -o proxy -g proxy -m 0755 -d /var/run/squid
|
|
squid -N -s -z
|
|
exec chpst -U proxy:proxy squid -N -s
|