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