#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/vsftpd" ]; then invoke-rc.d vsftpd stop || exit $? fi # End automatically added section