#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec vsftpd -obackground=no -olisten=no -olisten_ipv6=yes ${OPTS}