#!/bin/sh . /mod/etc/conf/vsftpd.cfg [ "$VSFTPD_ENABLE_RELOAD_SCRIPT" != "yes" ] && exit 0 case "$1" in online) /etc/init.d/rc.vsftpd reload ;; esac