# defaults file for rfsd

# The address(es) (up to 16) rfsd will listen to
RFSD_LISTEN="0.0.0.0,::"

# The tcp-port rfsd will listen to
RFSD_PORT="5001"

# Run rfsd as this user
RFSD_USER="root"

# Pidfile path 
RFSD_PIDFILE="/var/run/rfsd.pid"

# Uncomment to disable 'warnings considered as error'
# WARNING: Maybe a big security-risk when running rfsd on unsecured interfaces
#RFSD_QUIET="-q"
