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