#! /bin/sh

if [ -x "/etc/init.d/pure-lftpd-mysql" ]; then
	invoke-rc.d pure-lftpd-mysql stop || exit 1
fi

exit 0
