if [ -x "/etc/init.d/#SCRIPT#" ]; then
	invoke-rc.d #SCRIPT# stop
fi
