#!/bin/sh set -e # Automatically added by dh_installinit if [ -e "/etc/init/vsftpd.conf" ]; then # stop fails if not running stop vsftpd || : fi # End automatically added section