#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
exec chpst -u _redsocks:_redsocks redsocks ${OPTS:- -c /etc/redsocks.conf} 2>&1
