#!/bin/sh user="nobody" config="/etc/privoxy/config" exec /usr/bin/privoxy --no-daemon --user $user $config > /dev/null 2>&1