# Defaults for ffproxy initscript
# sourced by /etc/init.d/ffproxy

# yes = start on boot; no = don't start on boot
FFPROXY_START=yes

# yes = chroot daemon; no = no chroot
FFPROXY_USECHROOT=yes

# daemon will drop its privileges?
FFPROXY_USER=nobody
FFPROXY_GROUP=nogroup

# Additional options that are passed to the Daemon
FFPROXY_OPTS=
